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

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