aboutsummaryrefslogtreecommitdiffstats
path: root/themes/dark/themeconf.inc.php
blob: 93e2655704cfe95b8877c1916eb81a890fa2c7f8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?php
/*
Theme Name: dark
Version: 2.3.0
Description: Dark background, grayscale.
Theme URI: http://piwigo.org/ext/extension_view.php?eid=369
Author: Piwigo team
Author URI: http://piwigo.org
*/
$themeconf = array(
  'name'  => 'dark',
  'parent' => 'default',
);
?>