piwigo/themes/clear/themeconf.inc.php

15 lines
295 B
PHP

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