Quote:
Originally Posted by dreamer
Weird.. navbar shows up on everypage but the home page.. and the navbar is in the forumhome template?
|
Go to the template 'FORUMHOME', not Header, and under $header - Place $navbar - This is what the first few lines for me look likes...
Quote:
$stylevar[htmldoctype]
<html dir="$stylevar[textdirection]" lang="$stylevar[languagecode]">
<head>
<!-- no cache headers -->
<meta http-equiv="Pragma" content="no-cache" />
<meta http-equiv="Expires" content="-1" />
<meta http-equiv="Cache-Control" content="no-cache" />
<!-- end no cache headers -->
<title>$vboptions[bbtitle] - powered by vBulletin</title>
$headinclude
</head>
<body>
$header
$navbar
|