piwigo/themes/dark/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

14 lines
267 B
PHP

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