no, i put this code
Code:
$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">impresum</td>
</tr>
<tr>
<td class="alt1">impresum</td>
</tr>
</table>
$footer
</body>
</html>
and its save with no error, and the impresum.php page show the content from the template, so i assumed the template its created, only problem is i cant access it, ive search for
<td class="alt1">impresum</td>,.... with no results
also listed all templates and didnt find "impresum"