aboutsummaryrefslogtreecommitdiffstats
path: root/template/yoga/theme/dark/themeconf.inc.php
diff options
context:
space:
mode:
authorchrisaga <chrisaga@piwigo.org>2006-06-19 17:56:31 +0000
committerchrisaga <chrisaga@piwigo.org>2006-06-19 17:56:31 +0000
commiteb51935eba26fba4f196888694e92c559e36cdd9 (patch)
tree2cc3172d76faef5447e191d6ea3ae5666acf0f79 /template/yoga/theme/dark/themeconf.inc.php
parent657bd9b6a9a0537d378e21477dee18c068e7be11 (diff)
improve : Allow a theme to add code in page html header (feature 424)
git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1368 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'template/yoga/theme/dark/themeconf.inc.php')
-rw-r--r--template/yoga/theme/dark/themeconf.inc.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/template/yoga/theme/dark/themeconf.inc.php b/template/yoga/theme/dark/themeconf.inc.php
index 9785a2916..1051e5f3e 100644
--- a/template/yoga/theme/dark/themeconf.inc.php
+++ b/template/yoga/theme/dark/themeconf.inc.php
@@ -4,6 +4,7 @@ $themeconf = array(
'theme' => 'dark',
'icon_dir' => 'template/yoga/icon',
'admin_icon_dir' => 'template/yoga/icon/admin',
- 'mime_icon_dir' => 'template/yoga/icon/mimetypes/'
+ 'mime_icon_dir' => 'template/yoga/icon/mimetypes/',
+ 'local_head' => '<!-- no theme specific head content -->'
);
?>