- Timestamp:
- Dec 19, 2012, 9:37:55 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/simple_themes/simple-sunset/themeconf.inc.php
r10799 r19508 2 2 /* 3 3 Theme Name: Simple Sunset 4 Version: 2. 2.a5 Description: Theme sunset for Simple6 Theme URI: http://fr.piwigo.org/ext/extension_view.php?eid= 2894 Version: 2.4.b 5 Description: Theme sunset Compatible avec Simple Grey 4.0 and PWIGO 2.4 6 Theme URI: http://fr.piwigo.org/ext/extension_view.php?eid=349 7 7 Author: Gbo 8 8 Author URI: http://www.photos.bouteyron.fr … … 11 11 'name' => 'Simple-sunset', 12 12 'parent' => 'simple', 13 'local_head' => 'local_head.tpl'); 13 'local_head' => 'local_head.tpl', 14 'url' => 'http://www.photos.bouteyron.fr'); 14 15 global $user,$conf; 15 $user['maxwidth'] = 700;16 $user['maxheight'] = 500;16 //$user['maxwidth'] = 700; 17 //$user['maxheight'] = 500; 17 18 $conf['LLGBO_SETTINGS'] [5] = 'false'; // no title on frame 18 19 $conf['LLGBO_TOOLTIP'][3] = '#222'; // tooltip background 19 $conf['LLGBO_TOOLTIP'][5] = '#666666'; // tooltip color 20 $conf['LLGBO_TOOLTIP'][5] = '#999'; // tooltip color 21 $conf['LLGBO_SETTINGS'] ['rirs'] = 'true'; // Force javascript to Read Image Reel Size 20 22 21 // llgbo frame with only 7 lines 22 for ($x = 15 ;$x < 33 ; $x++)23 // llgbo frame with only 12 lines (erase 4 lines) 24 for ($x = 25 ;$x < 33 ; $x++) 23 25 {unset ($conf['LLGBO_FRAME'][$x]);} 26 /* no menu random 19/12/2011 (too many url in google statistics) 27 add_event_handler('blockmanager_apply', 'blockmanager_unset'); 28 function blockmanager_unset ( $menu_ref_arr ) 29 { global $user,$page;; 30 $menu = & $menu_ref_arr[0]; 31 if ( ($block = $menu->get_block('mbSpecials')) != null ) 32 {unset( $block->data['random'] );} 33 } */ 24 34 ?>
Note: See TracChangeset
for help on using the changeset viewer.