diff options
author | Chad Kieffer <chad@2tbsp.com> | 2009-01-10 05:59:43 +0000 |
---|---|---|
committer | Chad Kieffer <chad@2tbsp.com> | 2009-01-10 05:59:43 +0000 |
commit | 5690e58c4577e9b0a29f0c1d95edc7e6715a2cf6 (patch) | |
tree | 847e09561d00dd6663fe14d22112ff738c70e9d3 | |
parent | a5c4e3d46592eddf0c23947727c2c13b03a8841f (diff) |
Move site status message to the very top of the page, before the header.
-rw-r--r-- | themes/admin_default/views/admin.html.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/admin_default/views/admin.html.php b/themes/admin_default/views/admin.html.php index 9385a346..6e9c4277 100644 --- a/themes/admin_default/views/admin.html.php +++ b/themes/admin_default/views/admin.html.php @@ -26,9 +26,9 @@ <body> <?= $theme->admin_page_top() ?> <div id="doc3" class="yui-t5 gView"> + <?= $theme->site_status() ?> <div id="hd"> <div id="gHeader"> - <?= $theme->site_status() ?> <?= $theme->admin_header_top() ?> <a href="http://gallery.menalto.com/"><img src="<?= $theme->url("images/logo-sm.png") ?>" id="gLogo" alt="<?= t("Gallery 3: Your Photos on Your Web Site") ?>" /></a> <div id="gSiteAdminMenu"> |