ok you asked for it
I just didn't get it to work and that means I doing something wrong
The next code is de phpcode I want as a new .php-file... it's called "temp.php"
PHP Code:
$stylevar[htmldoctype]
<html dir="$stylevar[textdirection]" lang="$stylevar[languagecode]">
<head>
<!-- no cache headers -->
<meta http-equiv="Pragma" content="no-cache" />
<meta http-equiv="Expires" content="-1" />
<meta http-equiv="Cache-Control" content="no-cache" />
<!-- end no cache headers -->
<title><phrase 1="$vboptions[bbtitle]">$vbphrase[x_powered_by_vbulletin]</phrase></title>
$headinclude
</head>
<body>
$header
$navbar
<br />
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<thead>
<!-- message -->
<tr>
<td class="tcat" colspan="<if condition="$vboptions['showmoderatorcolumn']">6<else />5</if>">
<phrase 1="$vboptions[bbtitle]">$vbphrase[mypharse_title]</phrase></td>
</tr>
<tr>
<td class="alt1" colspan="<if condition="$vboptions['showmoderatorcolumn']">6<else />5</if>">
<table width="650" align="center">
<tr>
<td align="left" valign="top"><phrase 1="/link$session[sessionurl]">$vbphrase[myphrase_body]</phrase></td>
</tr>
</table>
</td>
</tr>
<!-- / message -->
</if>
</thead>
</table>
$footer
</body>
</html>