http://localhost/cmsms/index.php?page=home --> banner displayed
http://localhost/cmsms/index.php --> banner isn't displayed
http://localhost/cmsms/ --> banner isn't displayed.
In my template I've inserted
Code: Select all
{if $page== 'home'}
{cms_module module='Banners' category='blabla'}
{/if}