If I try this I'll get an error:
	
	
	
		
Is there any way to set an array as a param in xen:link? Or would I have to result to doing something like:
	
	
	
		
 
Thanks.
				
			
		Code:
	
	<a href="{xen:link 'path/here', $user, 'a[]={$b}'}">Link</a>Is there any way to set an array as a param in xen:link? Or would I have to result to doing something like:
		Code:
	
	<a href="{xen:link 'path/here', $user}?a[]={$b}">Link</a>Thanks.
 
 
		
 Except that you used PHP syntax within the template syntax.
 Except that you used PHP syntax within the template syntax. 
