14 lines
266 B
PHP
14 lines
266 B
PHP
<?php
|
|
/*
|
|
Theme Name: dark
|
|
Version: auto
|
|
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',
|
|
);
|
|
?>
|