Forums / Setup & design / Crumbs path: Path not shown in eZ 3.3-2?

"Please Note:
  • At the specific request of Ibexa we are changing this projects name to "Exponential" or "Exponential (CMS)" effective as of August, 11th 2025.
  • This project is not associated with the original eZ Publish software or its original developer, eZ Systems or Ibexa".

Crumbs path: Path not shown in eZ 3.3-2?

Author Message

Maarten Holland

Sunday 25 January 2004 10:48:29 am

Hello, I use the following code for some of my Exponential testsites:

{section name=Path loop=$module_result.path}
{section show=$Path:item.url}
<SPAN class=middel>
<a class="path" href={$Path:item.url|ezurl}>{$Path:item.text}</a> 1
{section-else}
{$Path:item.text} 2
{/section}
</SPAN>
{delimiter}
<span class="slash">/</span>
{/delimiter}
{/section}

This shows the current path. It works fine in my Ez 3.3-1 site, but doesn't work with 3.3-2. What am I doing wrong?