thank you very much
--------------- Added [DATE]1260657785[/DATE] at [TIME]1260657785[/TIME] ---------------
sorry to bump
but im trying to add a php script into the template
is tht possible?
i want to add this
Quote:
<?php
include("path/to/show_rares.php");
?>
|
into this
Quote:
$stylevar[htmldoctype]
<html dir="$stylevar[textdirection]" lang="$stylevar[languagecode]">
<head>
<title>$vboptions[bbtitle]</title>
$headinclude
</head>
<body>
$header
$navbar
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr>
<td class="tcat">RARE VALUES</td>
</tr>
<tr>
<td class="alt1">
</td>
</tr>
</table>
$footer
</body>
</html>
|
Will it work? Or how can i make it work
thanks