aboutsummaryrefslogtreecommitdiffstats
path: root/template/yoga/theme/p0w0/themeconf.inc.php
diff options
context:
space:
mode:
authorvdigital <vdigital@piwigo.org>2007-01-03 09:04:50 +0000
committervdigital <vdigital@piwigo.org>2007-01-03 09:04:50 +0000
commit9fc9785c74d82b0b6524d719f31fc57fe68e6ed1 (patch)
tree18f385025e720a1fb7aeb374c523b6908f42a4ad /template/yoga/theme/p0w0/themeconf.inc.php
parent8c60f0e7fc3baacbc6e42b9a1fa0581587f8e701 (diff)
git-svn-id: http://piwigo.org/svn/trunk@1693 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'template/yoga/theme/p0w0/themeconf.inc.php')
-rw-r--r--template/yoga/theme/p0w0/themeconf.inc.php11
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 -->'
+);
+?>