Update the references for header.php and footer.php files to point the resources directory.

This commit is contained in:
Mark Crane
2013-07-06 06:29:50 +00:00
parent 08090fd1db
commit 6da2c3734c
230 changed files with 884 additions and 884 deletions

View File

@@ -50,7 +50,7 @@ else {
}
//show the header
require_once "includes/header.php";
require_once "resources/header.php";
//edit area
echo " <script language=\"javascript\" type=\"text/javascript\" src=\"".PROJECT_PATH."/resources/edit_area/edit_area_full.js\"></script>\n";
@@ -202,5 +202,5 @@ else {
echo "</div>";
//show the footer
require_once "includes/footer.php";
require_once "resources/footer.php";
?>