Tuesday 03 January 2006 8:42:22 am
I use this code for my breadcrump navigation It is displayed like this: Home / Site1 / Sub of Site 1 / ...
{section name=Path loop=$module_result.path}
{section show=$Path:item.url}
{section show=is_set($Path:item.url_alias)}
<a class="bcrump" href={$Path:item.url_alias|ezurl} style="text-decoration: none;" title="{$Path:item.text|wash}">{$Path:item.text|wash}</a> /
{section-else}
<a class="bcrump" href={$Path:item.url|ezurl} style="text-decoration: none;" title="{$Path:item.text|wash}">{$Path:item.text|wash}</a> /
{/section}
{section-else}
<span style="margin: 0px; font-size: 10px;">{$Path:item.text|wash}</span>
{/section}
{section-else}
{/section}
Linux is like a wigwam; no windows, now gates, and apache inside!
|