Bib-Arts/Views/Error/showErrMsg.phtml
Viktor Sergeev 23e4ded0f3 Header
2025-06-16 10:28:54 +02:00

12 lines
166 B
PHTML

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