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