5 lines
63 B
PHTML
5 lines
63 B
PHTML
<?php
|
|
|
|
$this->form->setAction($this->url());
|
|
echo $this->form;
|
<?php
|
|
|
|
$this->form->setAction($this->url());
|
|
echo $this->form;
|