- Timestamp:
- May 6, 2011, 9:15:17 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/simple_themes/simple-sunset/themeconf.inc.php
r10779 r10799 2 2 /* 3 3 Theme Name: Simple Sunset 4 Version: 2. 1.a4 Version: 2.2.a 5 5 Description: Theme sunset for Simple 6 6 Theme URI: http://fr.piwigo.org/ext/extension_view.php?eid=289 7 Author: EX-FTB7 Author: Gbo 8 8 Author URI: http://www.photos.bouteyron.fr 9 9 */ … … 18 18 $conf['LLGBO_TOOLTIP'][3] = '#222'; // tooltip background 19 19 $conf['LLGBO_TOOLTIP'][5] = '#666666'; // tooltip color 20 // no menu calendar 21 add_event_handler('blockmanager_apply', 'blockmanager_unset'); 22 function blockmanager_unset ( $menu_ref_arr ) 23 { global $user,$page;; 24 $menu = & $menu_ref_arr[0]; 25 if ( ($block = $menu->get_block('mbSpecials')) != null ) 26 {unset( $block->data['calendar'] );} 27 } 20 28 21 // llgbo frame with only 7 lines 29 22 for ($x = 15 ;$x < 33 ; $x++)
Note: See TracChangeset
for help on using the changeset viewer.