diff options
Diffstat (limited to 'themes/elegant/themeconf.inc.php')
-rw-r--r-- | themes/elegant/themeconf.inc.php | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/themes/elegant/themeconf.inc.php b/themes/elegant/themeconf.inc.php new file mode 100644 index 000000000..e4383e31e --- /dev/null +++ b/themes/elegant/themeconf.inc.php @@ -0,0 +1,15 @@ +<?php +/* +Theme Name: elegant +Version: 2.3.0 +Description: Dark background, grayscale. +Theme URI: +Author: Piwigo team +Author URI: http://piwigo.org +*/ +$themeconf = array( + 'name' => 'elegant', + 'parent' => 'default', + 'local_head' => 'local_head.tpl' +); +?> |