source:
extensions/Metal/themeconf.inc.php
@
11166
Last change on this file since 11166 was 11166, checked in by , 13 years ago | |
---|---|
File size: 269 bytes |
Line | |
---|---|
1 | <?php |
2 | |
3 | /* |
4 | |
5 | Theme Name: Metal |
6 | |
7 | Version: 0.3 |
8 | Theme URI: http://piwigo.org/ext/extension_view.php?eid=553 |
9 | Author: Sixpo |
10 | |
11 | Author URI: |
12 | |
13 | */ |
14 | |
15 | |
16 | |
17 | $themeconf = array( |
18 | |
19 | 'theme' => 'Metal', |
20 | |
21 | 'parent' => 'default', |
22 | |
23 | 'icon_dir' => 'themes/Metal/icon', |
24 | |
25 | ); |
26 | |
27 | ?> |
28 |
Note: See TracBrowser
for help on using the repository browser.