diff options
Diffstat (limited to 'browse.php')
-rw-r--r-- | browse.php | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -36,7 +36,6 @@ require_once 'lib/init.php'; /* Display the headers and menus */ show_header(); -echo '<div id="browse_content">'; switch($_REQUEST['action']) { case 'file': @@ -98,8 +97,6 @@ switch($_REQUEST['action']) { break; } // end Switch $action -echo '</div>'; - /* Show the Footer */ show_footer(); ?> |