source: trunk/themes/elegant/themeconf.inc.php @ 13730

Last change on this file since 13730 was 13464, checked in by Zaphod, 12 years ago

feature 2587: new theme elegant, first beta version

File size: 261 bytes
Line 
1<?php
2/*
3Theme Name: elegant
4Version: 2.3.0
5Description: Dark background, grayscale.
6Theme URI:
7Author: Piwigo team
8Author URI: http://piwigo.org
9*/
10$themeconf = array(
11  'name'  => 'elegant',
12  'parent' => 'default',
13  'local_head'  => 'local_head.tpl'
14);
15?>
Note: See TracBrowser for help on using the repository browser.