aboutsummaryrefslogtreecommitdiffstats
path: root/template/yoga/theme/wipi/themeconf.inc.php
diff options
context:
space:
mode:
authorvdigital <vdigital@piwigo.org>2006-12-30 18:26:49 +0000
committervdigital <vdigital@piwigo.org>2006-12-30 18:26:49 +0000
commitbec5bbec36e565ca8793d5006cbd7db572d7511f (patch)
tree71a80619896c1e9fd0ff4bd59dca1f5c2c5b8910 /template/yoga/theme/wipi/themeconf.inc.php
parent4a4f72cbc359b9aff80a60c71882f5f78aa996a1 (diff)
Proposal: A new theme
git-svn-id: http://piwigo.org/svn/trunk@1683 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r--template/yoga/theme/wipi/themeconf.inc.php11
1 files changed, 11 insertions, 0 deletions
diff --git a/template/yoga/theme/wipi/themeconf.inc.php b/template/yoga/theme/wipi/themeconf.inc.php
new file mode 100644
index 000000000..60ead4fef
--- /dev/null
+++ b/template/yoga/theme/wipi/themeconf.inc.php
@@ -0,0 +1,11 @@
+<?php
+$themeconf = array(
+ 'template' => 'yoga',
+ 'theme' => 'wipi',
+ '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 -->'
+);
+?>