[high]How To Add Extra (Non-Dynamic) Pages With vBindex 3.0.0[/high]
Lets use the example of a copyright page. In the Style Manager create a template called
vbindex_extra_copyright and add the following HTML too it:
HTML Code:
<table cellpadding="0" cellspacing="0" border="0" class="tborder" width="100%">
<tr>
<td>
<table cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%">
<tr>
<td class="tcat">
<div>$vboptions[bbtitle] Copyright Statement</div>
</td>
</tr>
<tr>
<td class="alt1">
<div>
Replace this with your copyright statement text.
</div>
</td>
</tr>
</table>
</td>
</tr>
</table>
<br />
Then visit
vbindex.php?page=copyright and you should see you copyright statement you have justed added