Quote:
Originally Posted by amcd
supergper, in your template, put
Code:
$header
$navbar
$footer
at the appropriate place.
|
I've already got them. Here is my template:
Code:
$stylevar[htmldoctype]
<html dir="$stylevar[textdirection]" lang="$stylevar[languagecode]">
<head>
<title>$vboptions[bbtitle]</title>
$headinclude
</head>
<body>
$header
$navbar
$footer
</body>
</html>
Like i said, if I put my page in the directory with my forum, it works fine, however if it's one directory deeper, forum/directory/, then my header, navbar, and footer don't show.