Ignore:
Timestamp:
May 6, 2011, 9:15:17 PM (13 years ago)
Author:
gbo
Message:

version 2.2.a with calendar

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/simple_themes/simple-sunset/themeconf.inc.php

    r10779 r10799  
    22/*
    33Theme Name: Simple Sunset
    4 Version: 2.1.a
     4Version: 2.2.a
    55Description: Theme sunset for Simple
    66Theme URI: http://fr.piwigo.org/ext/extension_view.php?eid=289
    7 Author:   EX-FTB
     7Author:   Gbo
    88Author URI: http://www.photos.bouteyron.fr
    99*/
     
    1818$conf['LLGBO_TOOLTIP'][3] = '#222'; // tooltip background
    1919$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
    2821// llgbo frame with only 7 lines
    2922for ($x = 15  ;$x < 33  ; $x++)
Note: See TracChangeset for help on using the changeset viewer.