From 14778ce673277f2df41f963aa70df1cbed427294 Mon Sep 17 00:00:00 2001 From: plegall Date: Sat, 13 Mar 2010 00:00:52 +0000 Subject: feature 1502: based on Dotclear model, P@t has reorganized the way Piwigo manages template/theme in a simpler "theme only level" architecture. It supports multiple level inheritance. git-svn-id: http://piwigo.org/svn/trunk@5123 68402e56-0260-453c-a942-63ccdbb3a9ee --- template/default/header.tpl | 91 --------------------------------------------- 1 file changed, 91 deletions(-) delete mode 100644 template/default/header.tpl (limited to 'template/default/header.tpl') diff --git a/template/default/header.tpl b/template/default/header.tpl deleted file mode 100644 index 74bc82b13..000000000 --- a/template/default/header.tpl +++ /dev/null @@ -1,91 +0,0 @@ - - - - - -{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