summaryrefslogtreecommitdiffstats
path: root/admin/flags.php
diff options
context:
space:
mode:
authorxgizzmo <xgizzmo@ampache>2005-12-31 02:50:40 +0000
committerxgizzmo <xgizzmo@ampache>2005-12-31 02:50:40 +0000
commit01d3ab74046a6fecd99f1b54b2067926bb3a9539 (patch)
tree07ce17d3e3f63cd6f0aac9b6363112962e7c431d /admin/flags.php
parenta9afe538e8c551723a454c6d2ecb4261733db24c (diff)
downloadampache-01d3ab74046a6fecd99f1b54b2067926bb3a9539.tar.gz
ampache-01d3ab74046a6fecd99f1b54b2067926bb3a9539.tar.bz2
ampache-01d3ab74046a6fecd99f1b54b2067926bb3a9539.zip
whoops where did that stuff come from? :)
Diffstat (limited to 'admin/flags.php')
-rw-r--r--admin/flags.php5
1 files changed, 0 insertions, 5 deletions
diff --git a/admin/flags.php b/admin/flags.php
index 7e6013d0..3f47cc44 100644
--- a/admin/flags.php
+++ b/admin/flags.php
@@ -37,9 +37,6 @@ if (!$user->has_access(100)) {
$action = scrub_in($_REQUEST['action']);
show_template('header');
-show_menu_items('Admin');
-show_admin_menu('Catalog');
-
switch ($action)
{
case 'show':
@@ -85,6 +82,4 @@ switch ($action)
}
show_footer();
-show_page_footer ('Admin', 'Catalog',$user->prefs['display_menu']);
-
?>