8 lines
100 B
PHTML
8 lines
100 B
PHTML
<span id="search_add">Add</span>
|
|
<?php
|
|
|
|
$this->form->setAction($this->url());
|
|
echo $this->form;
|
|
?>
|
|
|