aboutsummaryrefslogtreecommitdiffstats
path: root/admin/template/goto/header.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'admin/template/goto/header.tpl')
-rw-r--r--admin/template/goto/header.tpl26
1 files changed, 24 insertions, 2 deletions
diff --git a/admin/template/goto/header.tpl b/admin/template/goto/header.tpl
index 7756c593f..5c71f42e0 100644
--- a/admin/template/goto/header.tpl
+++ b/admin/template/goto/header.tpl
@@ -43,9 +43,28 @@
</head>
<body id="{$BODY_ID}">
-<div id="headbranch"></div> {* Dummy block for double background management *}
+
<div id="the_page">
+<div id="pwgHead">
+ <h1>
+ <a href="{$U_RETURN}" title="Visit Gallery">
+ <img src="admin/template/goto/icon/home.png" alt="{'Home'|@translate}">
+ {$GALLERY_TITLE}
+ </a>
+ </h1>
+
+ <div id="headActions">
+ Hello {$USERNAME} :
+ <a href="{$U_RETURN}" title="Visit Gallery">Visit Gallery</a> |
+ <a href="{$U_CHANGE_THEME}" title="Switch to clear theme for administration">Change Theme</a> |
+ <a href="{$U_LOGOUT}">{'Logout'|@translate}</a>
+ <a href="{$U_FAQ}" title="{'Instructions'|@translate}" id="instructions"><img style="padding-left:10px;" src="{$ROOT_URL}admin/template/goto/icon/help.png" class="button" alt="(?)"></a>
+ </div>
+</div>
+
+<div style="clear:both;"></div>
+
{if not empty($header_msgs)}
<div class="header_msgs">
{foreach from=$header_msgs item=elt}
@@ -55,10 +74,13 @@
{/if}
<div id="theHeader">{*$PAGE_BANNER*}</div>
+
{if not empty($header_notes)}
<div class="header_notes">
{foreach from=$header_notes item=elt}
{$elt}
{/foreach}
</div>
-{/if} \ No newline at end of file
+{/if}
+
+<div id="pwgMain"> \ No newline at end of file