From c9dfb3a41f0341531594de215a25d7cb0091ca56 Mon Sep 17 00:00:00 2001 From: plegall Date: Tue, 9 Mar 2010 20:17:00 +0000 Subject: feature 1494: move all *.tpl files from template/yoga to the new template/default (from which yoga derives) git-svn-id: http://piwigo.org/svn/trunk@5095 68402e56-0260-453c-a942-63ccdbb3a9ee --- template/default/header.tpl | 91 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 91 insertions(+) create mode 100644 template/default/header.tpl (limited to 'template/default/header.tpl') diff --git a/template/default/header.tpl b/template/default/header.tpl new file mode 100644 index 000000000..74bc82b13 --- /dev/null +++ b/template/default/header.tpl @@ -0,0 +1,91 @@ + + + + + +{if isset($meta_ref) } +{if isset($INFO_AUTHOR)} + +{/if} +{if isset($related_tags)} + +{/if} +{if isset($COMMENT_IMG)} + +{else} + +{/if} +{/if} + +{if (isset($REVERSE) and $REVERSE and $PAGE_TITLE == l10n('home'))} +{$GALLERY_TITLE} | {$PAGE_TITLE}{else} +{$PAGE_TITLE} | {$GALLERY_TITLE}{/if} + + + + +{if isset($first.U_IMG) }{/if} +{if isset($previous.U_IMG)}{/if} +{if isset($next.U_IMG) }{/if} +{if isset($last.U_IMG) }{/if} +{if isset($U_UP) }{/if} + + +{* the next css is used to fix khtml (Konqueror/Safari) issue the "text/nonsense" prevents gecko based browsers to load it *} + + + + + + + + +{$themeconf.local_head} +{if isset($U_PREFETCH) }{/if} + +{if not empty($page_refresh) }{/if} + + + + +{if not empty($head_elements)} + {foreach from=$head_elements item=elt}{$elt} + {/foreach} +{/if} + + + + +
+ +{if not empty($header_msgs)} +
+ {foreach from=$header_msgs item=elt} + {$elt}
+ {/foreach} +
+{/if} + +
{$PAGE_BANNER}
+{if isset($theSwiftHeader)}{$theSwiftHeader}{/if} +{if not empty($header_notes)} +
+ {foreach from=$header_notes item=elt} +

{$elt}

+ {/foreach} +
+{/if} -- cgit v1.2.3