From 6506716b114f16d9a9468f62cbe68947a14de9f7 Mon Sep 17 00:00:00 2001 From: patdenice Date: Thu, 29 Apr 2010 19:40:10 +0000 Subject: Rollback revision 5923 git-svn-id: http://piwigo.org/svn/trunk@6004 68402e56-0260-453c-a942-63ccdbb3a9ee --- themes/default/local_head.tpl | 12 ++++++++++++ themes/default/template/header.tpl | 14 +------------- themes/default/themeconf.inc.php | 1 + 3 files changed, 14 insertions(+), 13 deletions(-) create mode 100644 themes/default/local_head.tpl diff --git a/themes/default/local_head.tpl b/themes/default/local_head.tpl new file mode 100644 index 000000000..80241b851 --- /dev/null +++ b/themes/default/local_head.tpl @@ -0,0 +1,12 @@ +{* the next css is used to fix khtml (Konqueror/Safari) issue the "text/nonsense" prevents gecko based browsers to load it *} + + + + + + + diff --git a/themes/default/template/header.tpl b/themes/default/template/header.tpl index 434895819..807196312 100644 --- a/themes/default/template/header.tpl +++ b/themes/default/template/header.tpl @@ -36,18 +36,6 @@ {/if} {if isset($theme.local_head)}{include file=$theme.local_head}{/if} {/foreach} -{* the next css is used to fix khtml (Konqueror/Safari) issue the "text/nonsense" prevents gecko based browsers to load it *} - - - - - - - {if isset($U_PREFETCH) }{/if} @@ -82,6 +70,6 @@
{foreach from=$header_notes item=elt}

{$elt}

- {/foreach} + {/foreach}
{/if} diff --git a/themes/default/themeconf.inc.php b/themes/default/themeconf.inc.php index f5ac7fa32..50ab59819 100644 --- a/themes/default/themeconf.inc.php +++ b/themes/default/themeconf.inc.php @@ -3,5 +3,6 @@ $themeconf = array( 'name' => 'default', 'icon_dir' => 'themes/default/icon', 'mime_icon_dir' => 'themes/default/icon/mimetypes/', + 'local_head' => 'local_head.tpl', ); ?> -- cgit v1.2.3