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