piwigo/themes/clear/themeconf.inc.php
ddtddt 380678b250 [2.6] - theme - prepare for 2.7.0
git-svn-id: http://piwigo.org/svn/trunk@29712 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-09-21 19:16:51 +00:00

15 lines
296 B
PHP

<?php
/*
Theme Name: clear
Version: 2.7.0
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',
'colorscheme' => 'clear',
);
?>