From 689517e332c874ac09bb41398602622a1fc36af8 Mon Sep 17 00:00:00 2001 From: Karl 'vollmerk' Vollmer Date: Mon, 11 Jun 2007 05:16:20 +0000 Subject: fixed preferences mostly, also fixed some genre issues and other stuff I am forgetting now --- browse.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'browse.php') 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 '
'; switch($_REQUEST['action']) { -- cgit