برای اینکه زمانی که یک ماژول فعال هست table و یا cell مورد نظر نمایش پیدا کنه و زمانی که ماژول رو غیر فعال میکنیم آن table و یا cell نمایش داده نشه از کد زیر استفاده کنید :..
کد:<?php
if ( mosCountModules ('banner') ) {
?>
<table border="1" align="center" bordercolor="#e1e1e1" >
<caption align="top">
<span class="style4">تبليغات </span>
</caption>
<tr>
<td align="center"><?php mosLoadModules( 'banner', -1 ); ?></td>
</tr>
</table> <?php } ?>
