piwigo/themes/elegant/themeconf.inc.php
2012-03-02 21:18:44 +00:00

15 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'
);
?>