2011-01-03 14:19:38 -05:00

8 lines
100 B
PHTML

<span id="search_add">Add</span>
<?php
$this->form->setAction($this->url());
echo $this->form;
?>