1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/piwigo_ynh.git synced 2024-09-03 20:06:03 +02:00
piwigo_ynh/sources/themes/dark/themeconf.inc.php
2016-09-05 13:40:09 +02:00

14 lines
267 B
PHP

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