source:
extensions/gally/gally-default/themeconf.inc.php
@
11529
Last change on this file since 11529 was 10937, checked in by , 14 years ago | |
---|---|
|
|
File size: 390 bytes |
Line | |
---|---|
1 | <?php |
2 | /* |
3 | Theme Name: Gally |
4 | Version: 1.4.3 |
5 | Description: Parent theme for all the Gally themes |
6 | Theme URI: http://piwigo.org/ext/extension_view.php?eid=382 |
7 | Author: Grum |
8 | Author URI: http://photos.grum.fr |
9 | */ |
10 | |
11 | $themeconf = array( |
12 | 'theme' => 'gally-default', |
13 | 'icon_dir' => 'themes/gally-default/icon', |
14 | 'mime_icon_dir' => 'themes/gally-default/icon/mimetypes/', |
15 | 'activable' => false, |
16 | ); |
17 | ?> |
Note: See TracBrowser
for help on using the repository browser.