Header
This commit is contained in:
@@ -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'; ?>
|
||||
@@ -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'; ?>
|
||||
Reference in New Issue
Block a user