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/clear/themeconf.inc.php

16 lines
296 B
PHP
Raw Normal View History

2014-07-06 13:21:10 +02:00
<?php
/*
Theme Name: clear
2015-07-05 19:03:18 +02:00
Version: 2.7.0
2014-07-06 13:21:10 +02:00
Description: White background, soft gray.
Theme URI: http://piwigo.org/ext/extension_view.php?eid=9
Author: Piwigo team
Author URI: http://piwigo.org
*/
$themeconf = array(
'name' => 'clear',
'parent' => 'default',
2015-07-05 19:03:18 +02:00
'colorscheme' => 'clear',
2014-07-06 13:21:10 +02:00
);
?>