From cf07211562afce7890c1cd377ffc000762e89f04 Mon Sep 17 00:00:00 2001 From: vdigital Date: Sun, 22 Jun 2008 11:12:09 +0000 Subject: Missing Adm header.tpl git-svn-id: http://piwigo.org/svn/trunk@2391 68402e56-0260-453c-a942-63ccdbb3a9ee --- admin/template/yoga/header.tpl | 63 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 63 insertions(+) create mode 100644 admin/template/yoga/header.tpl (limited to 'admin/template') diff --git a/admin/template/yoga/header.tpl b/admin/template/yoga/header.tpl new file mode 100644 index 000000000..610d12739 --- /dev/null +++ b/admin/template/yoga/header.tpl @@ -0,0 +1,63 @@ +{* $Id$ *} +{* + + + Warning : This is the admin pages header only + don't be confusing with the public page header + +*} + + + + + +{$GALLERY_TITLE} :: {$PAGE_TITLE} + + + + + + + +{$themeconf.local_head} + + + +{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 not empty($header_notes)} +
+ {foreach from=$header_notes item=elt} +

{$elt}

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