piwigo/themes/clear/themeconf.inc.php
2011-04-13 10:41:49 +00:00

14 lines
268 B
PHP

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