Files
piwigo-elegant/themeconf.inc.php
Zaphod 828e26e5dd feature 2587: new theme elegant, first beta version
git-svn-id: http://piwigo.org/svn/trunk@13464 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-03-02 21:18:44 +00:00

16 lines
261 B
PHP

<?php
/*
Theme Name: elegant
Version: 2.3.0
Description: Dark background, grayscale.
Theme URI:
Author: Piwigo team
Author URI: http://piwigo.org
*/
$themeconf = array(
'name' => 'elegant',
'parent' => 'default',
'local_head' => 'local_head.tpl'
);
?>