Monday 03 December 2007 4:41:50 am
Thanks for a response. The code I was using was:
<a href={'Visiting/Exhibitor-List'|ezurl}>Exhibitor List</a>
But as there was a Visiting/Exhibitor-List in both sections, it found the wrong one. So I replaced it with:
<a href={concat('/content/view/full/',ezini('ExhibitorNodeSettings','ExhibitorNode','content.ini'))|ezurl}>Exhibitor List</a>
And added the node id to each siteaccess's content.ini.append.php
|