blob: c10d3cf3514d830c6bb56f28f1756d6597665fb4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
<?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',
);
?>
|