summaryrefslogtreecommitdiffstats
path: root/browse.php
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2005-06-27 08:40:23 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2005-06-27 08:40:23 +0000
commit65663a24f14bf544c8391c169239d0811eed4ffb (patch)
treeaceffe4d5ffc0e11b9488ce404f57f4369c0df5e /browse.php
parent4d64e9219f3dce5ccdb283e777132c503dd355d6 (diff)
downloadampache-65663a24f14bf544c8391c169239d0811eed4ffb.tar.gz
ampache-65663a24f14bf544c8391c169239d0811eed4ffb.tar.bz2
ampache-65663a24f14bf544c8391c169239d0811eed4ffb.zip
move and break, move and break
Diffstat (limited to 'browse.php')
-rw-r--r--browse.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/browse.php b/browse.php
index 874cd319..9aecd9d3 100644
--- a/browse.php
+++ b/browse.php
@@ -41,6 +41,7 @@ $action = scrub_in($_REQUEST['action']);
/* Display the headers and menus */
show_template('header');
show_menu_items('Browse');
+show_browse_menu($_REQUEST['action']);
show_clear();
switch($action) {