Tuesday 08 July 2003 6:23:59 am
Yes!! The problem is resolved! I remembered a forum post on the same topic which did not help me. Now, with your suggestion of the wrong link I re-read the post and was able to repair the problem. I have overridden left_menu.tpl with: {let children=fetch('content',list,hash(parent_node_id,2))}
{* loop children and print name with link *}
{section name=Child loop=$children} <a href={concat("/content/view/full/",$:item.node_id,"/" )|ezurl}>{$:item.name}</a><br /> {/section} {/let}
The line that has is new (replaces the wrong old line) is:
<a href={concat("/content/view/full/",$:item.node_id,"/" )|ezurl}>{$:item.name}</a><br /> ) Thanks again! Basby
|