From 09acef596481519fa9327950fa9e724357d840b8 Mon Sep 17 00:00:00 2001 From: brettp Date: Tue, 8 Mar 2011 06:35:36 +0000 Subject: Fixes #3005. Added links to admin faq, admin manual, blog, and community forums in the admin footer. git-svn-id: http://code.elgg.org/elgg/trunk@8634 36083f99-b078-4883-b0ff-0f9b5a30f544 --- views/default/admin/footer.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'views/default/admin') diff --git a/views/default/admin/footer.php b/views/default/admin/footer.php index 72f00fc55..ce420e99a 100644 --- a/views/default/admin/footer.php +++ b/views/default/admin/footer.php @@ -3,5 +3,7 @@ * Elgg admin footer. Extend this view to add content to the admin footer */ -echo elgg_view_menu('admin_footer'); -echo 'test'; \ No newline at end of file +$options = array( + 'class' => 'elgg-menu-hz' +); +echo elgg_view_menu('admin_footer', $options); \ No newline at end of file -- cgit v1.2.3