admin(Nick_NR)
|
nothing in the gallery controls the extra portals, what you'll need to do is edit them out of cms_index_body.tpl
and replace what's in there with this:
| Code: | <table width="100%" cellspacing="0" cellpadding="2" border="0" align="center">
<tr>
</tr>
<td valign="top">
<table border="0" cellpadding="3" cellspacing="1" width="100%" align="center">
<tr><td>{MYFF.DESCRIPTION}</td></tr>
<tr><td>
{MYFF.COMPONENT}
</td>
</tr>
</table>
</span>
</td>
</tr>
</table> |
if you don't want the welcome part, that sits just above the gallery then take out this bit:
| Code: | | <tr><td>{MYFF.DESCRIPTION}</td></tr> |
|