b06fe8b14f
git-svn-id: http://piwigo.org/svn/trunk@5442 68402e56-0260-453c-a942-63ccdbb3a9ee
14 lines
263 B
PHP
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',
|
|
);
|
|
?>
|