summaryrefslogtreecommitdiffstats
path: root/admin/index.php
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2005-06-10 04:28:39 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2005-06-10 04:28:39 +0000
commitab8c8b63c65f3c3aa01b7ae64900d764718ff986 (patch)
tree94986a14bba2a5f8480f04f7d3cf526e28f70ce9 /admin/index.php
parentcde6ad2720297448ee8f7e033ac8f26801e69d81 (diff)
downloadampache-ab8c8b63c65f3c3aa01b7ae64900d764718ff986.tar.gz
ampache-ab8c8b63c65f3c3aa01b7ae64900d764718ff986.tar.bz2
ampache-ab8c8b63c65f3c3aa01b7ae64900d764718ff986.zip
fix and new preference for footer menu
Diffstat (limited to 'admin/index.php')
-rw-r--r--admin/index.php6
1 files changed, 1 insertions, 5 deletions
diff --git a/admin/index.php b/admin/index.php
index a830897a..e01e00eb 100644
--- a/admin/index.php
+++ b/admin/index.php
@@ -88,9 +88,5 @@ else {
} // if they didn't pick anything
echo "<br /><br />";
-show_admin_menu('');
-show_menu_items('Admin');
+show_page_footer ('Admin', '',$user->prefs['display_menu']);
?>
-
-</body>
-</html>