Add the 'back to admin' line to the committee manager

This commit is contained in:
james 2006-01-16 05:24:14 +00:00
parent 60074d3caa
commit bd274f6301

@ -26,6 +26,7 @@
auth_required('admin');
send_header("Administration - Committee Management");
echo "<a href=\"index.php\">&lt;&lt; ".i18n("Back to Administration")."</a>\n";
?>