diff options
author | Zaphod <zaphod@piwigo.org> | 2012-03-02 21:18:44 +0000 |
---|---|---|
committer | Zaphod <zaphod@piwigo.org> | 2012-03-02 21:18:44 +0000 |
commit | 63c5934de22932e6a7209d6c87f5d08a694b03fc (patch) | |
tree | f8eabfeef1b9a36bfa3bfa005069cc90edd3bcf5 /themes/elegant/themeconf.inc.php | |
parent | 9ae55cd3e8699681da3d634c74fd2b1597d93f61 (diff) |
feature 2587: new theme elegant, first beta version
git-svn-id: http://piwigo.org/svn/trunk@13464 68402e56-0260-453c-a942-63ccdbb3a9ee
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' +); +?> |