HDJuegos
Active member
I have a problem in templates with the input in xen:link
I made a template to call actionLike() from user, calling the $id like this:
	
	
	
		
When rendered, HTML shows Like 4 (the id) but href only shows:
	
	
	
		
Im doing something wrong?. I also tried with friendly URLS off and dont work.
Thanks in advance
				
			I made a template to call actionLike() from user, calling the $id like this:
		Code:
	
	<a href="{xen:link addon/like, $id}">Like $id</a>
	When rendered, HTML shows Like 4 (the id) but href only shows:
		Code:
	
	<a href="addon/like">Like 4</a>
	Im doing something wrong?. I also tried with friendly URLS off and dont work.
Thanks in advance