Bib-Arts/Views/Error/showErrMsg.phtml
2025-06-12 16:04:19 +02:00

12 lines
162 B
PHTML

<?php
include dirname(__DIR__).'/header.phtml';
?>
<h2><?=$error?></h2>
<p><?=$debug?></p>
<?php include dirname(__DIR__).'/footer.phtml'; ?>