Last change
on this file since 8333 was
8191,
checked in by grum, 14 years ago
|
First commit
|
-
Property svn:executable set to
*
|
File size:
539 bytes
|
Line | |
---|
1 | <?php |
---|
2 | /* |
---|
3 | Theme Name: Gally/Pink-Wedding |
---|
4 | Version: 1.0.0 |
---|
5 | Description: Wedding pink theme |
---|
6 | Theme URI: http://piwigo.org/ext/extension_view.php?eid= |
---|
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 | 'theme' => 'gally-pink-wedding', |
---|
15 | 'parent' => 'gally-default', |
---|
16 | 'icon_dir' => 'themes/gally-pink-wedding/icon', |
---|
17 | 'mime_icon_dir' => 'themes/gally-pink-wedding/icon/mimetypes/', |
---|
18 | ); |
---|
19 | |
---|
20 | GallyFunctions::expandMenu($themeconf['theme']); |
---|
21 | |
---|
22 | ?> |
---|
Note: See
TracBrowser
for help on using the repository browser.