source: extensions/Wall/themeconf.inc.php @ 28752

Last change on this file since 28752 was 17128, checked in by Sixpo, 12 years ago
File size: 410 bytes
Line 
1<?php
2
3/*
4
5Theme Name: Wall
6
7Version: auto
8Description: tableau accroché au mur
9
10Theme URI: http://piwigo.org/ext/extension_view.php?eid=624
11Author: Sixpo
12
13Author 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.