Line | |
---|
1 | <?php |
---|
2 | /* |
---|
3 | Theme 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 |
---|
7 | Author: Gbo |
---|
8 | Author 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 |
---|
22 | for ($x = 15 ;$x < 33 ; $x++) |
---|
23 | {unset ($conf['LLGBO_FRAME'][$x]);} |
---|
24 | ?> |
---|
Note: See
TracBrowser
for help on using the repository browser.