diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2005-12-21 08:03:20 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2005-12-21 08:03:20 +0000 |
commit | 975bbcebe9c68ac729dd051b008cf6c615d443c2 (patch) | |
tree | 46737108023c5d65797d39f748c53cff0c160e10 /admin/catalog.php | |
parent | 742f6bfa6a7b285db898da220e1799fbb9b79ded (diff) | |
download | ampache-975bbcebe9c68ac729dd051b008cf6c615d443c2.tar.gz ampache-975bbcebe9c68ac729dd051b008cf6c615d443c2.tar.bz2 ampache-975bbcebe9c68ac729dd051b008cf6c615d443c2.zip |
new interface which breaks all previous themes... and current themes, still under development
Diffstat (limited to 'admin/catalog.php')
-rw-r--r-- | admin/catalog.php | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/admin/catalog.php b/admin/catalog.php index c3bf3675..7716a0b4 100644 --- a/admin/catalog.php +++ b/admin/catalog.php @@ -38,12 +38,6 @@ $catalog = new Catalog($_REQUEST['catalog_id']); show_template('header'); -/* Generate the menus */ -show_menu_items('Admin'); -show_admin_menu('Catalog'); -show_clear(); - - /* Big switch statement to handle various actions */ switch ($_REQUEST['action']) { case 'fixed': @@ -285,6 +279,8 @@ switch ($_REQUEST['action']) { include(conf('prefix') . '/templates/catalog.inc'); } // end switch -echo "<br /><br />"; -show_page_footer ('Admin', 'Catalog',$user->prefs['display_menu']); + +/* Show the Footer */ +show_footer(); + ?> |