Quote:
Originally Posted by Dismounted
And the template?
BTW, this line:
PHP Code:
require_once(FORUM_PATH.'/global.php');
Can be just this:
PHP Code:
require_once('./global.php');
|
this page in outside path not vbulletin directory
this template
HTML Code:
$stylevar[htmldoctype]
<html xmlns="http://www.w3.org/1999/xhtml" dir="$stylevar[textdirection]" lang="$stylevar[languagecode]">
<head>
$headinclude
<title>$foruminfo[title_clean]</title>
</head>
<body>
$header
$navbar
hello
$footer
everything ok unless debug information doesn't appear else i echo it from functions.php