PDA

View Full Version : Remove Footer in a category


Anima
05-23-2007, 12:54 PM
You can create custom headers for categories, but what about a custom footer?

SonNguyen
05-25-2007, 09:52 PM
It verry easy.
Login ACP
---> Templates ---> Edit templates.
List choose. Let' choose foot.tpl
find

<table width="980" align="center" border="0" cellspacing="0" cellpadding="0" class="footer" id="table2">

Add above

<table width="980" align="center" border="0" cellspacing="0" cellpadding="0" class="footer" id="table1">
<tr>
<td class="dhtml_menu" colspan="2">{DHTML_MENU}</td>

</table>


Have nice day!