summaryrefslogtreecommitdiffstats
path: root/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 /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 'index.php')
-rw-r--r--index.php4
1 files changed, 1 insertions, 3 deletions
diff --git a/index.php b/index.php
index 4d344ad5..f2c2966a 100644
--- a/index.php
+++ b/index.php
@@ -134,6 +134,4 @@ if (conf('refresh_limit') > 0) { show_template('javascript_refresh'); }
</tr>
</table>
-<?php show_menu_items('Home'); ?>
-</body>
-</html>
+<?php show_page_footer ('Home', '', $user->prefs['display_menu']); ?>