aboutsummaryrefslogtreecommitdiffstats
path: root/themes/clear/themeconf.inc.php
blob: 79cc268b75988a2395c03d0d64706df8b024369a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?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',
);
?>