From 1621ecdb9c2d10c7057c83edd12eee101b250f31 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Mon, 27 Oct 2003 21:21:23 +0000 Subject: - Bugfix: fixed bug #3807. --- modules/admin.module | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'modules') diff --git a/modules/admin.module b/modules/admin.module index 37ab9832a..f8667f1f6 100644 --- a/modules/admin.module +++ b/modules/admin.module @@ -34,6 +34,10 @@ function admin_link($type) { function admin_page() { if (user_access("access administration pages")) { + $title = menu_get_active_title(); + + theme("header", $title); + $contents = ""; if ($help = menu_get_active_help()) { @@ -49,9 +53,7 @@ function admin_page() { $breadcrumb = menu_get_active_breadcrumb(); array_pop($breadcrumb); - $title = menu_get_active_title(); - theme("header", $title); theme("breadcrumb", $breadcrumb); theme("box", $title, $contents); theme("footer"); -- cgit v1.2.3