source:
extensions/Wall/themeconf.inc.php
@
31033
Last change on this file since 31033 was 17128, checked in by , 12 years ago | |
---|---|
File size: 410 bytes |
Rev | Line | |
---|---|---|
[17128] | 1 | <?php |
2 | ||
3 | /* | |
4 | ||
5 | Theme Name: Wall | |
6 | ||
7 | Version: auto | |
8 | Description: tableau accroché au mur | |
9 | ||
10 | Theme URI: http://piwigo.org/ext/extension_view.php?eid=624 | |
11 | Author: Sixpo | |
12 | ||
13 | Author URI: | |
14 | ||
15 | */ | |
16 | ||
17 | $themeconf = array( | |
18 | ||
19 | 'name' => 'Wall', | |
20 | ||
21 | 'parent' => 'default', | |
22 | ||
23 | 'icon_dir' => 'themes/Wall/icon', | |
24 | ||
25 | 'mime_icon_dir' => 'themes/Wall/icon/mimetypes/', | |
26 | ||
27 | 'local_head' => 'local_head.tpl', | |
28 | ||
29 | ); | |
30 | ||
31 | ||
32 | ?> | |
33 |
Note: See TracBrowser
for help on using the repository browser.