Saturday 20 September 2003 1:22:45 pm
Before I file a bug report:
Can anyone confirm this:
I think, that the pagelayout.tpl is broken in 3.2 final, as the links on the navigation path do not work anymore. They did on 3.2beta2.
Currently, the Links are created with this: <a href="{concat($Path:item.url, "/")|ezurl}">{$Path:item.text|wash}</a>
In page_toppath.tpl (probably some remainder from 3.2 betas), it is
<a class="path" href={$Path:item.url|ezurl}> This works, while the concat-construct does not work.
Edit: I just found, that <a href={concat($Path:item.url, "/")|ezurl}> works. So, the quotes around the { } are the problem.
Marco
http://www.hyperroad-design.com
|