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,5 +1,5 @@
<?php
include dirname(__DIR__).'/header.phtml';
include dirname(__DIR__) . '/header.phtml';
?>
<div class="msg">
@@ -9,4 +9,4 @@ include dirname(__DIR__).'/header.phtml';
<?php include dirname(__DIR__).'/footer.phtml'; ?>
<?php include dirname(__DIR__) . '/footer.phtml'; ?>

View File

@@ -1,5 +1,5 @@
<?php
include dirname(__DIR__).'/header.phtml';
include dirname(__DIR__) . '/header.phtml';
?>
@@ -33,4 +33,4 @@ include dirname(__DIR__).'/header.phtml';
<input type="hidden" name="do" value="validateForm">
<input type="submit" name="submit" value="Absenden"></form>
<?php include dirname(__DIR__).'/footer.phtml'; ?>
<?php include dirname(__DIR__) . '/footer.phtml'; ?>