[Solved] Footer_menu
Posted: Tue Jun 07, 2011 7:57 am
Using CMSMS 1.9.4.2
Am using a Menu Manager/footer_menu template:
{foreach from=$nodelist item=node}
<a href="{$node->url}">{$node->menutext}</a> |
{/foreach}
How do I get it to exclude certain pages such as a results page from the Search module?
Do I have to set any particular settings on the Search Results page - for example, what is its "content type"?
Thanks
Am using a Menu Manager/footer_menu template:
{foreach from=$nodelist item=node}
<a href="{$node->url}">{$node->menutext}</a> |
{/foreach}
How do I get it to exclude certain pages such as a results page from the Search module?
Do I have to set any particular settings on the Search Results page - for example, what is its "content type"?
Thanks