12 lines
162 B
PHTML
12 lines
162 B
PHTML
<?php
|
|
include dirname(__DIR__).'/header.phtml';
|
|
?>
|
|
|
|
<h2><?=$error?></h2>
|
|
<p><?=$debug?></p>
|
|
|
|
<?php include dirname(__DIR__).'/footer.phtml'; ?>
|
|
|
|
|
|
|