Update pages with changes to /common/
The building block PHP files have been moved.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
include ($_SERVER['DOCUMENT_ROOT'].'/common/header.php');
|
||||
include_once ($_SERVER['DOCUMENT_ROOT'].'/common/menu.php');
|
||||
include ($_SERVER['DOCUMENT_ROOT'].'/common/php/header.php');
|
||||
include_once ($_SERVER['DOCUMENT_ROOT'].'/common/php/menu.php');
|
||||
?>
|
||||
<article>
|
||||
<h1 title="Homepage for <?php $site = $_SERVER['SERVER_NAME'];echo"$site";?>">Homepage</h1>
|
||||
@@ -11,5 +11,5 @@ include_once ($_SERVER['DOCUMENT_ROOT'].'/common/menu.php');
|
||||
</div>
|
||||
</article>
|
||||
<?php
|
||||
include ($_SERVER['DOCUMENT_ROOT'].'/common/footer.php');
|
||||
include ($_SERVER['DOCUMENT_ROOT'].'/common/php/footer.php');
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user