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