diff options
author | xgizzmo <xgizzmo@ampache> | 2005-12-31 02:50:40 +0000 |
---|---|---|
committer | xgizzmo <xgizzmo@ampache> | 2005-12-31 02:50:40 +0000 |
commit | 01d3ab74046a6fecd99f1b54b2067926bb3a9539 (patch) | |
tree | 07ce17d3e3f63cd6f0aac9b6363112962e7c431d /admin | |
parent | a9afe538e8c551723a454c6d2ecb4261733db24c (diff) | |
download | ampache-01d3ab74046a6fecd99f1b54b2067926bb3a9539.tar.gz ampache-01d3ab74046a6fecd99f1b54b2067926bb3a9539.tar.bz2 ampache-01d3ab74046a6fecd99f1b54b2067926bb3a9539.zip |
whoops where did that stuff come from? :)
Diffstat (limited to 'admin')
-rw-r--r-- | admin/duplicates.php | 7 | ||||
-rw-r--r-- | admin/flags.php | 5 | ||||
-rw-r--r-- | admin/song.php | 8 |
3 files changed, 1 insertions, 19 deletions
diff --git a/admin/duplicates.php b/admin/duplicates.php index 52f461e9..2680e05e 100644 --- a/admin/duplicates.php +++ b/admin/duplicates.php @@ -38,10 +38,6 @@ $search_type = scrub_in($_REQUEST['search_type']); show_template('header'); -show_menu_items('Admin'); -show_admin_menu('Catalog'); - - switch ($action) { case 'search': @@ -52,7 +48,4 @@ switch ($action) show_duplicate_searchbox($search_type); } show_footer(); -show_clear(); -show_page_footer ('Admin', 'Catalog',$user->prefs['display_menu']); - ?> 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']); - ?> diff --git a/admin/song.php b/admin/song.php index ef535f51..a3aea196 100644 --- a/admin/song.php +++ b/admin/song.php @@ -42,9 +42,6 @@ $song = scrub_in($_REQUEST['song']); show_template('header'); -show_menu_items('Admin'); -show_admin_menu('Catalog'); - $song_obj = new Song($_REQUEST['song_id']); switch($action) { @@ -180,9 +177,6 @@ echo <<<EDIT_SONG_6 EDIT_SONG_6; } +show_footer(); ?> -<hr /> - -</body> -</html> |