piwigo/themes/dark/themeconf.inc.php
2010-03-29 08:03:08 +00:00

14 lines
263 B
PHP

<?php
/*
Theme Name: dark
Version: 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',
);
?>