Hi mambers,
I've a little trouble...
I've a script like this in index.php:
PHP Code:
<?php if (mosCountModules('right')) {?>
<div class="one">
<?php mosMainBody(); ?>
</div>
<div class="two">
<?php mosLoadModules ('right') ?>
</div>
<?php } else {?>
<div class="three">
<?php mosMainBody(); ?>
</div>
<?php }?>
However, if in frontpage news I click the "read more" link, the modules equally appear in other pages.
How can I solve it? Thanks.
ps: sorry for my english!
