Changeset 29913 for extensions
- Timestamp:
- Oct 7, 2014, 11:43:20 AM (10 years ago)
- Location:
- extensions/LLGBO2
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/LLGBO2/css/llgbo_content_default.css
r29841 r29913 5 5 #llgboh2 {position:relative;top:1.2em;font-size:1.1em;} 6 6 /* Img rules ------------------------------------------------------------------------------- */ 7 #theMainImage {border:0;margin:0;box-shadow:0;padding:0;display:block;} 8 #theVersoImage {border:0;margin:0;box-shadow:0;padding:0;display:none;} 7 #theMainImage {display:block;} 8 #theImage IMG {border:none;margin:0;box-shadow:none;padding:0;} 9 #theVersoImage {display:none;} 10 #theVersoImage IMG{border:none;margin:0;box-shadow:none;padding:0;display:none;} -
extensions/LLGBO2/css/llgbo_content_simple.css
r29811 r29913 5 5 #llgboh2 {position:relative;top:1.2em;font-size:1.1em;} 6 6 /* Img rules ------Simple-------------------------------------------------------- */ 7 #theMainImage {border:0;margin:0;box-shadow:0;padding:0;display:block;} 8 #theVersoImage {border:0;margin:0;box-shadow:0;padding:0;display:none;} 7 /* Img rules ------------------------------------------------------------------------------- */ 8 #theMainImage {display:block;} 9 #theImage IMG {border:none;margin:0;box-shadow:none;padding:0;} 10 #theVersoImage {display:none;} 11 #theVersoImage IMG{border:none;margin:0;box-shadow:none;padding:0;display:none;} 9 12 10 13 -
extensions/LLGBO2/css/llgbo_content_stripped.css
r29811 r29913 2 2 #imageToolBar {border:0;} 3 3 .llgbo {margin:auto;} 4 #theMainImage {border:0;margin:0;box-shadow:0;padding:0;display:block;} 5 #theVersoImage {border:0;margin:0;box-shadow:0;padding:0;display:none;} 4 /* Img rules ------------------------------------------------------------------------------- */ 5 #theMainImage {display:block;} 6 #theImage IMG {border:none;margin:0;box-shadow:none;padding:0;} 7 #theVersoImage {display:none;} 8 #theVersoImage IMG{border:none;margin:0;box-shadow:none;padding:0;display:none;} 6 9 /* Title on frame rules -------------------------------------------------------------------- */ 7 10 #llgboh2 {position:relative;top:1.2em;font-size:1.1em;} -
extensions/LLGBO2/main.inc.php
r29862 r29913 2 2 /* 3 3 Plugin Name: Look_like_gbo2 4 Version: 2.7. C4 Version: 2.7.D 5 5 Plugin URI: http://phpwebgallery.net/ext/extension_view.php?eid=251 6 6 Author: GBo … … 15 15 compatibility with Back2Front 16 16 2.7.C change PHP array_replace by internal function 17 2.7.D fix bug with frame and theme P0w0 17 18 */ 18 19 if (!defined('PHPWG_ROOT_PATH')) die('Hacking attempt!'); … … 21 22 // | Plugin constants | 22 23 // +-----------------------------------------------------------------------+ 23 define('LLGBO_VERSION', '2.7. C');24 define('LLGBO_VERSION', '2.7.D'); 24 25 define('LLGBO_ID', basename(dirname(__FILE__))); 25 26 define('LLGBO_PATH' , PHPWG_PLUGINS_PATH . LLGBO_ID . '/');
Note: See TracChangeset
for help on using the changeset viewer.