Report message:*
 

Re: Need help with ajax "hotlava" theme

Subject: Re: Need help with ajax "hotlava" theme
by TheRplima on 2008/1/18 17:45:16

Yes, you can't use smarty inside other smarty like you trying use.

You can use this:
<a href="<{xoAppUrl /modules/system/admin.php?fct=blocksadmin&op=edit&bid=}><{$block.id}>" title="Edit this Block">


or this:
<a href="<{xoAppUrl}>modules/system/admin.php?fct=blocksadmin&op=edit&bid=<{$block.id}>" title="Edit this Block">


In both cases you get the desired result.

I hope that was useful.