6 lines
112 B
PHTML
6 lines
112 B
PHTML
<h2><?php echo $this->method;?></h2>
|
|
<p><?php echo $this->message;?></p>
|
|
<div>
|
|
<?php echo $this->form;?>
|
|
</div>
|