From d1c423da759aa50f572f2bcf57aa2f22944226e9 Mon Sep 17 00:00:00 2001 From: vdigital Date: Sun, 14 Sep 2008 00:33:53 +0000 Subject: Admin template wigo/roma git-svn-id: http://piwigo.org/svn/trunk@2526 68402e56-0260-453c-a942-63ccdbb3a9ee --- admin/template/wigo/header.tpl | 65 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 65 insertions(+) create mode 100644 admin/template/wigo/header.tpl (limited to 'admin/template/wigo/header.tpl') diff --git a/admin/template/wigo/header.tpl b/admin/template/wigo/header.tpl new file mode 100644 index 000000000..607f31529 --- /dev/null +++ b/admin/template/wigo/header.tpl @@ -0,0 +1,65 @@ +{* $Id$ *} +{* + + + Warning : This is the admin pages header only + don't confuse with the public page header + +*} + + + + + +{$GALLERY_TITLE} :: {$PAGE_TITLE} + + + + + + + +{known_script id="jquery" src=$ROOT_URL|@cat:"template-common/lib/jquery.packed.js" now=1} {*jQuery is always available by default*} +{$themeconf.local_head} + + + +{if not empty($head_elements)} + {foreach from=$head_elements item=elt}{$elt}{/foreach} +{/if} + + + + +
{* Dummy block for double background management *} +
+ +{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} \ No newline at end of file -- cgit v1.2.3