I found one of my issues... it seems that there are two cases of the following in admin_play:
Quote:
<table cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%">
<tr>
<td class="thead" colspan="2"><span class="smallfont">$thisGame[title]</span></td>
</tr>
|
You want the second instance. The first is in the challenge system and the second in regular play. Now to try to find some phrases as I am missing some of those...