summaryrefslogtreecommitdiffstats
path: root/admin/song.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/song.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/song.php')
-rw-r--r--admin/song.php8
1 files changed, 1 insertions, 7 deletions
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>