Dont show footer module !! - Joomla! Forum - community, help and support


i new using joomla, download template , assign banner fotter position, en previw dose not display.

these part template code:

<tr>
<?php if (moscountmodules("footer")) { ?>
<td align="center" valign="top">
<?php if (moscountmodules('footer')>0) mosloadmodules('footer',-2); ?>
</td>
<?php } ?>
<?php if (moscountmodules( "user1" )) { ?>
<td width="250" align="left" valign="top"><div id="modcent">
<?php if (moscountmodules('user1')>0) mosloadmodules('user1',-2); ?>
</div></td>
<?php } ?>
<?php if (moscountmodules( "user2" )) { ?>
<td width="250" align="left" valign="top"><div id="modright">
<?php mosloadmodules('user2',-2); ?>
</div></td>
<?php } ?>
</tr>

if assign component banner position works fine, in footer dont why ??

thanks !!

thi joomla 1.0 not 1.5, on wrong forum.





Comments

Popular posts from this blog

Blank pages again for IE7 and IE6

How to update nested ListCollectionViews?

cf_sql_integer vs cf_sql_bigint vs cf_sql_int??