diff options
author | plegall <plg@piwigo.org> | 2010-03-29 08:03:08 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2010-03-29 08:03:08 +0000 |
commit | b06fe8b14f7d8e4457bfb29126ea9715cf63c993 (patch) | |
tree | 13ae8adbd1def485d7a2f652dd3495d133de5578 /themes/clear/themeconf.inc.php | |
parent | 72bdf727ee5c1b64e902b98fe42fe91a44febd5a (diff) |
Core themes are prepared for integration into piwigo.org/ext
git-svn-id: http://piwigo.org/svn/trunk@5442 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'themes/clear/themeconf.inc.php')
-rw-r--r-- | themes/clear/themeconf.inc.php | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/themes/clear/themeconf.inc.php b/themes/clear/themeconf.inc.php index 1ce4817e9..eefa339e2 100644 --- a/themes/clear/themeconf.inc.php +++ b/themes/clear/themeconf.inc.php @@ -1,4 +1,12 @@ <?php +/* +Theme Name: clear +Version: 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', |