diff options
Diffstat (limited to 'browse.php')
-rw-r--r-- | browse.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -36,7 +36,7 @@ require_once 'lib/init.php'; /* Display the headers and menus */ -require_once Config::get('prefix') . '/templates/header.inc.php'; +show_header(); echo '<div id="browse_content">'; switch($_REQUEST['action']) { |