Monday 14 April 2003 8:50:27 am
Ok, i have it working now. I have used some different code for the left_menu.tpl in the user templates directory. The line that seems to make it work is the following : <a class="path" href={concat("/content/view/full/",$:item.node_id,"/")|ezurl}>{$:item.name}</a><br />
So replace the below line with the above for left_menu.tpl: <a href={$Child:item.url_alias|ezurl}>{$Child:item.name}</a><br>
Can you see any problems with doing this?
Thanks, Gavyn
|