diff options
author | vdigital <vdigital@piwigo.org> | 2008-09-06 22:05:35 +0000 |
---|---|---|
committer | vdigital <vdigital@piwigo.org> | 2008-09-06 22:05:35 +0000 |
commit | 157695d7b1e7e034924dfac0c665b07c1861b144 (patch) | |
tree | ef39ca4d36141d71f268a18d7e5874b1b41ecb6d /template/yoga/theme/Sylvia/themeconf.inc.php | |
parent | 49d878b326bc6110e6765c53e5c55d38dccda859 (diff) |
Theme Sylvia (related to Sylvius).
git-svn-id: http://piwigo.org/svn/trunk@2506 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | template/yoga/theme/Sylvia/themeconf.inc.php | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/template/yoga/theme/Sylvia/themeconf.inc.php b/template/yoga/theme/Sylvia/themeconf.inc.php new file mode 100644 index 000000000..90e3c4e90 --- /dev/null +++ b/template/yoga/theme/Sylvia/themeconf.inc.php @@ -0,0 +1,11 @@ +<?php +$themeconf = array( + 'template' => 'yoga', + 'theme' => 'Sylvia', + 'template_dir' => 'template/yoga', + 'icon_dir' => 'template/yoga/icon', + 'admin_icon_dir' => 'template/yoga/icon/admin', + 'mime_icon_dir' => 'template/yoga/icon/mimetypes/', + 'local_head' => '<!-- no theme specific head content -->', +); +?> |