From eb51935eba26fba4f196888694e92c559e36cdd9 Mon Sep 17 00:00:00 2001 From: chrisaga Date: Mon, 19 Jun 2006 17:56:31 +0000 Subject: 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 --- template/yoga/theme/clear/themeconf.inc.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'template/yoga/theme/clear/themeconf.inc.php') diff --git a/template/yoga/theme/clear/themeconf.inc.php b/template/yoga/theme/clear/themeconf.inc.php index 10b5d104b..369818a1c 100644 --- a/template/yoga/theme/clear/themeconf.inc.php +++ b/template/yoga/theme/clear/themeconf.inc.php @@ -4,6 +4,7 @@ $themeconf = array( 'theme' => 'clear', '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' => '' ); ?> -- cgit v1.2.3