From bd274f63015206c222284ff23377b2ffa436eb11 Mon Sep 17 00:00:00 2001 From: james Date: Mon, 16 Jan 2006 05:24:14 +0000 Subject: [PATCH] Add the 'back to admin' line to the committee manager --- admin/committees.php | 1 + 1 file changed, 1 insertion(+) diff --git a/admin/committees.php b/admin/committees.php index 71cda161..008c6d08 100644 --- a/admin/committees.php +++ b/admin/committees.php @@ -26,6 +26,7 @@ auth_required('admin'); send_header("Administration - Committee Management"); + echo "<< ".i18n("Back to Administration")."\n"; ?>