diff options
author | xgizzmo <xgizzmo@ampache> | 2005-10-18 21:54:23 +0000 |
---|---|---|
committer | xgizzmo <xgizzmo@ampache> | 2005-10-18 21:54:23 +0000 |
commit | b79ae26d4f0ee699a8b6fc981db979c022abbb3e (patch) | |
tree | 8037f549298a2ac24a7b64fee192657268362099 /admin/duplicates.php | |
parent | 3e12fccb243a8cfdd6e90ee04627672c0cc8b894 (diff) | |
download | ampache-b79ae26d4f0ee699a8b6fc981db979c022abbb3e.tar.gz ampache-b79ae26d4f0ee699a8b6fc981db979c022abbb3e.tar.bz2 ampache-b79ae26d4f0ee699a8b6fc981db979c022abbb3e.zip |
XHTML validation cleanup
Diffstat (limited to 'admin/duplicates.php')
-rw-r--r-- | admin/duplicates.php | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/admin/duplicates.php b/admin/duplicates.php index 739472c8..52f461e9 100644 --- a/admin/duplicates.php +++ b/admin/duplicates.php @@ -39,7 +39,7 @@ $search_type = scrub_in($_REQUEST['search_type']); show_template('header'); show_menu_items('Admin'); -show_admin_menu('Users'); +show_admin_menu('Catalog'); switch ($action) @@ -51,9 +51,8 @@ switch ($action) default: show_duplicate_searchbox($search_type); } - show_footer(); -?> +show_clear(); +show_page_footer ('Admin', 'Catalog',$user->prefs['display_menu']); -</body> -</html> +?> |