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

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