I'm creating a custom page (
https://vborg.vbsupport.ru/showthread.php?t=98009) and I want to add a post from a thread on forums
Quote:
$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">My Custom Page Title</td>
</tr>
<tr>
<td class="alt1"> Add here some $post[message]https://vborg.vbsupport.ru/showpost.php?p=791513&postcount=1 </td>
</tr>
</table>
$footer
</body>
</html>
|
Can I get it?