aboutsummaryrefslogtreecommitdiffstats
path: root/template/yoga/theme/dark/themeconf.inc.php
diff options
context:
space:
mode:
authornikrou <nikrou@piwigo.org>2006-06-22 19:21:56 +0000
committernikrou <nikrou@piwigo.org>2006-06-22 19:21:56 +0000
commita08cd1a583cdda6a1175b9e1e4c9c184f3112c5d (patch)
treefa452b2a1c572e98848fdd2828944efe52903e7e /template/yoga/theme/dark/themeconf.inc.php
parentad45eccd3349d44af4a251ab0f12eb3233cd08b8 (diff)
svn merge -r1366:1371 from branch 1.6 into trunk
git-svn-id: http://piwigo.org/svn/trunk@1377 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-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 -->'
);
?>