headinclude: Nothing changed, only one code added.
footer: $spacerclose was deleted (could that be the problem?)
forumdisplay: Nothing was changed.
showthread:
Code:
<body onload="$onload"> code changed to <body onload="navMenu();">
Code:
<if condition="$show['inlinemod']">
$spacer_close
<form action="inlinemod.php?threadid=$threadinfo[threadid]&p=$postid" method="post" id="inlinemodform">
$spacer_open
</if> deleted after $poll
Code:
<!-- end content table -->
$spacer_close
<!-- / end content table --> deleted after </if>
Code:
<!-- start content table -->
$spacer_open
<!-- / start content table --> deleted
Code:
<if condition="$show['inlinemod']">
$spacer_close
</form>
$spacer_open
</if> deleted
I have a feeling the problem is with showthread template...can you help me?