You would have to use an if condition.
Replace:
HTML Code:
<div align="center" style="font-size:24px; font-weight:bold">$navbits[lastelement]</div>
With:
HTML Code:
<if condition="(THIS_SCRIPT == 'forumdisplay') OR
(THIS_SCRIPT == 'showthread')">
<else />
<div align="center" style="font-size:24px; font-weight:bold">$navbits[lastelement]</div></if>
Hope thats what you want
Steve