EIANotesApp/Views/Error/showErrMsg.phtml

10 lines
162 B
PHTML

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