piwigo/themes/elegant/themeconf.inc.php
ddtddt dcd518ce6e [trunk] - theme - update Révision to 2.5.0
git-svn-id: http://piwigo.org/svn/trunk@21098 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-03-02 15:10:55 +00:00

15 lines
261 B
PHP

<?php
/*
Theme Name: elegant
Version: 2.5.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'
);
?>