To make the box collapse ---
In template latest_news, find:
Code:
<td class="tcat">Latest News</td>
Replace with:
Code:
<td class="tcat"><a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('latenews')"><img id="collapseimg_latenews" src="$stylevar[imgdir_button]/collapse_tcat$vbcollapse[collapseimg_latenews].gif" alt="" border="0" /></a>Latest News</td>
Find:
Replace with:
Code:
</tr>
<tbody id="collapseobj_latenews" style="$vbcollapse[collapseobj_latenews]">
<tr>
Find:
Add above: