piwigo/themes/dark/themeconf.inc.php
2011-04-13 10:41:49 +00:00

14 lines
267 B
PHP

<?php
/*
Theme Name: dark
Version: 2.2.1
Description: Dark background, grayscale.
Theme URI: http://piwigo.org/ext/extension_view.php?eid=369
Author: Piwigo team
Author URI: http://piwigo.org
*/
$themeconf = array(
'name' => 'dark',
'parent' => 'default',
);
?>