piwigo/themes/clear/themeconf.inc.php
plegall cf04a6b237 update clear theme to revision 3, "clear" was already existing in the
extension manager.

git-svn-id: http://piwigo.org/svn/trunk@5443 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-03-29 08:14:23 +00:00

14 lines
264 B
PHP

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