diff options
Diffstat (limited to 'themes/dark/themeconf.inc.php')
-rw-r--r-- | themes/dark/themeconf.inc.php | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/themes/dark/themeconf.inc.php b/themes/dark/themeconf.inc.php index 018b97338..838c0c8f0 100644 --- a/themes/dark/themeconf.inc.php +++ b/themes/dark/themeconf.inc.php @@ -1,4 +1,12 @@ <?php +/* +Theme Name: dark +Version: 1 +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', |