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

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