2010-03-13 00:00:52 +00:00
|
|
|
<?php
|
2010-03-29 08:03:08 +00:00
|
|
|
/*
|
|
|
|
Theme Name: dark
|
2013-03-02 15:10:55 +00:00
|
|
|
Version: 2.5.0
|
2010-03-29 08:03:08 +00:00
|
|
|
Description: Dark background, grayscale.
|
|
|
|
Theme URI: http://piwigo.org/ext/extension_view.php?eid=369
|
|
|
|
Author: Piwigo team
|
|
|
|
Author URI: http://piwigo.org
|
|
|
|
*/
|
2010-03-13 00:00:52 +00:00
|
|
|
$themeconf = array(
|
2010-03-18 18:40:00 +00:00
|
|
|
'name' => 'dark',
|
2010-03-13 00:00:52 +00:00
|
|
|
'parent' => 'default',
|
|
|
|
);
|
|
|
|
?>
|