source: extensions/kardon/themeconf.inc.php @ 6453

Last change on this file since 6453 was 6453, checked in by plg, 14 years ago

new theme Kardon by galain, converted for Piwigo 2.1

File size: 342 bytes
RevLine 
[6453]1<?php
2/*
3Theme Name: Kardon
4Version: 2.1.a
5Description: Sand style
6Theme URI: http://piwigo.org/ext/extension_view.php?eid=399
7Author: galain
8Author URI: http://piwigo.wordpress.com
9*/
10
11$themeconf = array(
12  'parent'                 => 'default',
13  'icon_dir'               => 'themes/kardon/icon',
14  'load_parent_local_head' => false,
15);
16?>
Note: See TracBrowser for help on using the repository browser.