summaryrefslogtreecommitdiffstats
path: root/browse.php
diff options
context:
space:
mode:
Diffstat (limited to 'browse.php')
-rw-r--r--browse.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/browse.php b/browse.php
index 2e002936..54a99f98 100644
--- a/browse.php
+++ b/browse.php
@@ -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']) {