I'd think it was something like this:
{if page->title != hompage}
{breadcrumbs starttext='You are here' root='Home' delimiter='»'}
{/if}
Any suggestions?
Thanks
Dan
Remove breadcerumbs from homepage only [solved]
Remove breadcerumbs from homepage only [solved]
Last edited by R0BINH00D on Thu Oct 25, 2007 3:39 pm, edited 1 time in total.
Re: Remove breadcerumbs from homepage only
Hello,
I'd have it done another way : use another template for the homepage as you want your homepage look differently. Its template could be the copy of another template without the {breadcrumbs} tag.
Pierre M.
I'd have it done another way : use another template for the homepage as you want your homepage look differently. Its template could be the copy of another template without the {breadcrumbs} tag.
Pierre M.
Re: Remove breadcerumbs from homepage only
Dan,
what about:
what about:
Ronny{* Start Breadcrumbs *}
{if $page_alias neq 'homepage'}
{breadcrumbs starttext='You are here' root='Home' delimiter='»'}
{/if}
{* End Breadcrumbs *}
Re: Remove breadcerumbs from homepage only
Perfect!
Such a simple piece of code - but I can use it to show different menus on different pages aswell.
Much appreciated
Such a simple piece of code - but I can use it to show different menus on different pages aswell.
Much appreciated