diff options
author | vdigital <vdigital@piwigo.org> | 2007-01-03 09:04:50 +0000 |
---|---|---|
committer | vdigital <vdigital@piwigo.org> | 2007-01-03 09:04:50 +0000 |
commit | 9fc9785c74d82b0b6524d719f31fc57fe68e6ed1 (patch) | |
tree | 18f385025e720a1fb7aeb374c523b6908f42a4ad /template/yoga/theme/p0w0/themeconf.inc.php | |
parent | 8c60f0e7fc3baacbc6e42b9a1fa0581587f8e701 (diff) |
git-svn-id: http://piwigo.org/svn/trunk@1693 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | template/yoga/theme/p0w0/themeconf.inc.php | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/template/yoga/theme/p0w0/themeconf.inc.php b/template/yoga/theme/p0w0/themeconf.inc.php new file mode 100644 index 000000000..3fb9ad84b --- /dev/null +++ b/template/yoga/theme/p0w0/themeconf.inc.php @@ -0,0 +1,11 @@ +<?php
+$themeconf = array(
+ 'template' => 'yoga',
+ 'theme' => 'p0w0',
+ '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 -->'
+);
+?>
|