Line | |
---|
1 | <?php |
---|
2 | /* |
---|
3 | Theme Name: Gally/Lapis-lazuli |
---|
4 | Version: 1.3.5 |
---|
5 | Description: Blue theme |
---|
6 | Theme URI: http://piwigo.org/ext/extension_view.php?eid=380 |
---|
7 | Author: Grum |
---|
8 | Author URI: http://photos.grum.fr |
---|
9 | */ |
---|
10 | |
---|
11 | include_once(PHPWG_THEMES_PATH.'gally-default/admin/GallyFunctions.class.inc.php'); |
---|
12 | |
---|
13 | $themeconf = array( |
---|
14 | 'name' => 'gally-lapis-lazuli', |
---|
15 | 'theme' => 'gally-lapis-lazuli', |
---|
16 | 'parent' => 'gally-default', |
---|
17 | 'icon_dir' => 'themes/gally-lapis-lazuli/icon', |
---|
18 | 'mime_icon_dir' => 'themes/gally-lapis-lazuli/icon/mimetypes/', |
---|
19 | ); |
---|
20 | |
---|
21 | GallyFunctions::expandMenu($themeconf['theme']); |
---|
22 | |
---|
23 | ?> |
---|
Note: See
TracBrowser
for help on using the repository browser.