summaryrefslogtreecommitdiffstats
path: root/templates/header.inc
diff options
context:
space:
mode:
Diffstat (limited to 'templates/header.inc')
-rw-r--r--templates/header.inc3
1 files changed, 1 insertions, 2 deletions
diff --git a/templates/header.inc b/templates/header.inc
index f1a2b8ed..1277c4bc 100644
--- a/templates/header.inc
+++ b/templates/header.inc
@@ -33,10 +33,9 @@ if (conf('use_rss')) { ?>
<link rel="alternate" type="application/rss+xml" title="<?php echo conf('rss_main_title'); ?>" href="<?php echo $web_path; ?>/rss.php" />
<?php } ?>
<meta http-equiv="Content-Type" content="text/html; charset=<?php echo conf('site_charset'); ?>" />
-<?php show_template('menustyle'); show_template('style'); ?>
+<?php require (conf('prefix') . '/templates/basestyle.inc.php'); show_template('style'); ?>
<title><?php echo conf('site_title'); ?> - <?php echo $location['title']; ?></title>
</head>
-
<body>
<script src="<?php echo $web_path; ?>/lib/general.js" language="javascript" type="text/javascript"></script>
<div id="maincontainer">