source: extensions/Metal/themeconf.inc.php @ 11165

Last change on this file since 11165 was 11163, checked in by Sixpo, 13 years ago
File size: 270 bytes
Line 
1<?php
2
3/*
4
5Theme Name: Metal
6
7Version: auto
8Theme URI: http://piwigo.org/ext/extension_view.php?eid=553
9Author: Sixpo
10
11Author 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.