[SOLVED] Extra get parameter with {xen:link}

Liam W

in memoriam 1998-2020
Licensed customer
How would I add an extra get parameter with {xen:link} without using a data variable as well?

This doesn't work:

{xen:link 'link','id={$param.id}'}

Neither does this:

{xen:link 'link', '', 'id={$param.id}'}

Any ideas?

Liam
 
The second one does work - I was using the wrong array key...

Whoops!
 
Back
Top Bottom