source: extensions/simple_themes/simple-sunset/themeconf.inc.php @ 15907

Last change on this file since 15907 was 10799, checked in by gbo, 13 years ago

version 2.2.a with calendar

File size: 678 bytes
Line 
1<?php
2/*
3Theme Name: Simple Sunset
4Version: 2.2.a
5Description: Theme sunset for Simple
6Theme URI: http://fr.piwigo.org/ext/extension_view.php?eid=289
7Author:   Gbo
8Author URI: http://www.photos.bouteyron.fr
9*/
10$themeconf = array(
11  'name'  => 'Simple-sunset',
12  'parent' => 'simple',
13  'local_head'    => 'local_head.tpl');
14 global $user,$conf;
15$user['maxwidth'] = 700;
16$user['maxheight'] = 500;
17$conf['LLGBO_SETTINGS'] [5]  = 'false'; // no  title on frame
18$conf['LLGBO_TOOLTIP'][3] = '#222'; // tooltip background
19$conf['LLGBO_TOOLTIP'][5] = '#666666'; // tooltip color
20
21// llgbo frame with only 7 lines
22for ($x = 15  ;$x < 33  ; $x++)
23 {unset ($conf['LLGBO_FRAME'][$x]);}
24?>
Note: See TracBrowser for help on using the repository browser.