Tuesday 09 September 2003 6:25:21 am
I tried to make a "path-line" using the same code as in the demo of eZ 3.1-1:
<div class="path">>
{section name=Path loop=$module_result.path offset=1}
{section show=$Path:item.url}
<a href="{concat($Path:item.url, "/")|ezurl}">{$Path:item.text|wash}</a>
{section-else}
{$Path:item.text|wash}
{/section}
{delimiter}
/
{/delimiter}
{/section} </div> but this does not work. All the links are pointing to the lastes article / folder. Anybody knows how to fix this?
|