Pass parameters to adminlinks

Jafo

Active member
Consider:

Code:
<a href="{xen:adminlink 'extra-stats', '', $linkparams}">

This throws an error:

Named parameter not specified correctly.

How do I pass link parameters then?
 
HTML:
<a href="{xen:adminlink 'extra-stats', '', 'param1=value1', 'param2=valu2'}">
Would be the right method I believe.
 
Top Bottom