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

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