tags:

views:

152

answers:

1

Hi,

How can I use $html->link from within an element?

Thanks,
Tee

+1  A: 

In both 1.2 and 1.3,this should work:

echo $html->link('linkname',array('controller'=>'somecontroller','action'=>'someaction/somearguments'));
SpawnCxy