Last lines in my vbindex_footer template:
HTML Code:
<table width="100%" cellspacing="0" cellpadding="0">
<tr>
<td align="right"><img style="position:relative;top:15px;left:15px;" src="http://therebelfaction.com/forums/images/portal/misc/footer.gif" alt="$vbphrase[powered_by_vbulletin]"></td>
</tr>
</table>
</td>
</tr>
</table>
When viewing the source, this is the last few lines.
HTML Code:
<table width="100%" cellspacing="0" cellpadding="0">
<tr>
<td align="right"><img style="position:relative;top:15px;left:15px;" src="http://therebelfaction.com/forums/images/portal/misc/footer.gif" alt="TRF is powered by vBulletin, which is ©2000 - 2005, Jelsoft Enterprises Ltd.<br>All text herein is ©2002 - 2005 by TRF and its members. Star Wars is © Lucasarts Ltd."></td>
</tr>
</table>
</td>
</tr>
</table>
<div class="smallfont" style="text-align: center">vBindex Copyright © MMII - MMIV Winter Systems.</div>
</body>
</html>
Last few lines of my VBINDEX template:
HTML Code:
<!-- end main col -->
</tr>
</table>
$home[footer]
</body>
</html>
A search in the templates for 'MMIV Winter Systems' yeilds 0 results. A search in the phrase manager for 'MMIV Winter Systems' yeilds 0 results. Yesterday it yielded 1 result, but I replaced the text with a line break only in an attempt to see if that was what was being called. It wasn't, because I still have the problem.