I'm trying to turn this:
Code:
<td class="toptextadswrap">
<div align="right">
<h1>$vboptions[bbtitle]</h1>
</div>
</td>
Into this:
Code:
<td class="toptextadswrap">
<div align="right">
<h1>Whatever the actual page title is</h1>
</div>
</td>
Using conditionals. I know the variables used for all the different pages, including:
$pagetitle
$foruminfo[title_clean]
$thread[title]
$threadinfo[title]
Among several others. I just don't know how to write the conditionals to make the various page titles appear in the upper right corner of my web pages instead of the standard $vboptions[bbtitle].
Any help would be appreciated.
Jim