This commit is contained in:
Viktor Sergeev
2025-06-16 10:28:54 +02:00
parent d435ad36b4
commit 23e4ded0f3
22 changed files with 83 additions and 612 deletions

View File

@@ -1,11 +1,11 @@
<?php
include dirname(__DIR__).'/header.phtml';
include dirname(__DIR__) . '/header.phtml';
?>
<h2><?=$error?></h2>
<p><?=$debug?></p>
<?php include dirname(__DIR__).'/footer.phtml'; ?>
<?php include dirname(__DIR__) . '/footer.phtml'; ?>