Line | |
---|
1 | <?php |
---|
2 | /* |
---|
3 | Theme Name: stripped-slide |
---|
4 | Version: Auto |
---|
5 | Description: stripped-slide theme |
---|
6 | Theme URI: http://piwigo.org/ext/extension_view.php?eid=586 |
---|
7 | Author: Julien Capitaine (Zaphod on Piwigo forums) |
---|
8 | Author URI: http://www.audreyetjulien.fr/galerie |
---|
9 | */ |
---|
10 | |
---|
11 | $themeconf = array( |
---|
12 | 'parent' => 'stripped', |
---|
13 | 'load_parent_css' => true, |
---|
14 | 'load_parent_local_head' => true, |
---|
15 | 'name' => 'stripped-slide', |
---|
16 | 'theme_dir' => 'stripped-slide', |
---|
17 | 'icon_dir' => 'themes/stripped/icon', |
---|
18 | 'admin_icon_dir' => 'themes/default/icon/admin', |
---|
19 | 'mime_icon_dir' => 'themes/default/icon/mimetypes/', |
---|
20 | 'local_head' => 'local_head.tpl', |
---|
21 | ); |
---|
22 | |
---|
23 | global $conf, $stripped, $strippedslide; |
---|
24 | |
---|
25 | // Need upgrade? |
---|
26 | if (!isset($conf['stripped-slide'])) |
---|
27 | include(PHPWG_THEMES_PATH.'stripped-slide/admin/upgrade.inc.php'); |
---|
28 | |
---|
29 | $stripped['maxThumb']=999; |
---|
30 | $stripped = array_merge( unserialize( $conf['stripped'] ), (array)$stripped ); |
---|
31 | $strippedslide = unserialize( $conf['stripped-slide'] ); |
---|
32 | |
---|
33 | ?> |
---|
Note: See
TracBrowser
for help on using the repository browser.