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

Last change on this file since 17082 was 17082, checked in by Sixpo, 12 years ago
File size: 261 bytes
Line 
1<?php
2
3/*
4Theme Name: Wall
5Version: auto
6Description: Wall
7Theme URI: http://fr.piwigo.org/ext/extension_svn.php?eid=624
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.