Ignore:
Timestamp:
Dec 19, 2012, 9:37:55 PM (12 years ago)
Author:
gbo
Message:
 
File:
1 edited

Legend:

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

    r10799 r19508  
    22/*
    33Theme Name: Simple Sunset
    4 Version: 2.2.a
    5 Description: Theme sunset for Simple
    6 Theme URI: http://fr.piwigo.org/ext/extension_view.php?eid=289
     4Version: 2.4.b
     5Description: Theme sunset Compatible avec Simple Grey 4.0 and PWIGO 2.4
     6Theme URI: http://fr.piwigo.org/ext/extension_view.php?eid=349
    77Author:   Gbo
    88Author URI: http://www.photos.bouteyron.fr
     
    1111  'name'  => 'Simple-sunset',
    1212  'parent' => 'simple',
    13   'local_head'    => 'local_head.tpl');
     13  'local_head'    => 'local_head.tpl',
     14   'url' => 'http://www.photos.bouteyron.fr');
    1415 global $user,$conf;
    15 $user['maxwidth'] = 700;
    16 $user['maxheight'] = 500;
     16//$user['maxwidth'] = 700;
     17//$user['maxheight'] = 500;
    1718$conf['LLGBO_SETTINGS'] [5]  = 'false'; // no  title on frame
    1819$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
    2022
    21 // llgbo frame with only 7 lines
    22 for ($x = 15  ;$x < 33  ; $x++)
     23 // llgbo frame with only 12 lines (erase 4 lines)
     24for ($x = 25  ;$x < 33  ; $x++)
    2325 {unset ($conf['LLGBO_FRAME'][$x]);}
     26 /* no  menu random  19/12/2011 (too many url in google statistics) 
     27add_event_handler('blockmanager_apply', 'blockmanager_unset');
     28function blockmanager_unset ( $menu_ref_arr )
     29  { global $user,$page;;
     30    $menu = & $menu_ref_arr[0];
     31if ( ($block = $menu->get_block('mbSpecials')) != null )
     32        {unset( $block->data['random'] );}
     33} */
    2434?>
Note: See TracChangeset for help on using the changeset viewer.