dezkit
03-07-2010, 05:13 PM
I am using this as a plugin:
$stylevar[htmldoctype]
<html dir="$stylevar[textdirection]" lang="$stylevar[languagecode]">
<head>
$headinclude
<title>$vboptions[bbtitle]</title>
</head>
<body>
$header
$navbar
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr>
<td class="tcat">Server Status</td>
</tr>
<tr>
<td class="alt1">
$includedphp4
</td>
</tr>
</table>
$footer
</body>
</html>
But it gives error
Warning: fetch_template() calls should be replaced by the vB_Template class. Template name: navbar in [path]/includes/functions.php on line 3932
Parse error: syntax error, unexpected T_STRING in /home/quickgam/public_html/servers.php(47) : eval()'d code on line 1
Warning: fetch_template() calls should be replaced by the vB_Template class. Template name: servers in [path]/includes/functions.php on line 3932 Then continues to show the custom page.
Anybody help me?
$stylevar[htmldoctype]
<html dir="$stylevar[textdirection]" lang="$stylevar[languagecode]">
<head>
$headinclude
<title>$vboptions[bbtitle]</title>
</head>
<body>
$header
$navbar
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr>
<td class="tcat">Server Status</td>
</tr>
<tr>
<td class="alt1">
$includedphp4
</td>
</tr>
</table>
$footer
</body>
</html>
But it gives error
Warning: fetch_template() calls should be replaced by the vB_Template class. Template name: navbar in [path]/includes/functions.php on line 3932
Parse error: syntax error, unexpected T_STRING in /home/quickgam/public_html/servers.php(47) : eval()'d code on line 1
Warning: fetch_template() calls should be replaced by the vB_Template class. Template name: servers in [path]/includes/functions.php on line 3932 Then continues to show the custom page.
Anybody help me?