From 318700ad7cd0e67bf02a1e6777cb5c2cd4c3b240 Mon Sep 17 00:00:00 2001 From: Karl 'vollmerk' Vollmer Date: Sun, 30 Dec 2007 01:49:13 +0000 Subject: fixed paging on browse catalogs page, disabled the write_tags script and removed a dbl escape on the preferences --- browse.php | 3 --- 1 file changed, 3 deletions(-) (limited to 'browse.php') diff --git a/browse.php b/browse.php index dbc52767..7763d176 100644 --- a/browse.php +++ b/browse.php @@ -36,7 +36,6 @@ require_once 'lib/init.php'; /* Display the headers and menus */ show_header(); -echo '
'; switch($_REQUEST['action']) { case 'file': @@ -98,8 +97,6 @@ switch($_REQUEST['action']) { break; } // end Switch $action -echo '
'; - /* Show the Footer */ show_footer(); ?> -- cgit