From b46bfdd4921e27ed472aabfd06ab7c95f30e7e62 Mon Sep 17 00:00:00 2001 From: Bharat Mediratta Date: Mon, 29 Dec 2008 00:35:31 +0000 Subject: Separate permanent messages out of the message helper and put them into site_status. Show site status in the header in the admin theme. --- themes/admin_default/views/admin.html.php | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'themes') diff --git a/themes/admin_default/views/admin.html.php b/themes/admin_default/views/admin.html.php index 39025e32..2859ee25 100644 --- a/themes/admin_default/views/admin.html.php +++ b/themes/admin_default/views/admin.html.php @@ -28,6 +28,8 @@
+ site_status() ?> + admin_header_top() ?>
  • @@ -36,11 +38,10 @@
    admin_menu() ?>
    + admin_header_bottom() ?>
- messages() ?> -
@@ -70,9 +71,10 @@
- admin_footer(); ?> + admin_footer() ?> Footer
+ admin_credits() ?>
admin_page_bottom() ?> -- cgit v1.2.3