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
+3 -3
View File
@@ -34,7 +34,7 @@ else {
echo "access denied";
exit;
}
require_once "includes/paging.php";
require_once "resources/paging.php";
//add multi-lingual support
require_once "app_languages.php";
@@ -142,7 +142,7 @@ require_once "includes/paging.php";
}
//include the header
require_once "includes/header.php";
require_once "resources/header.php";
//begin the content
echo "<script>\n";
@@ -294,6 +294,6 @@ require_once "includes/paging.php";
echo "<br>\n";
//include the footer
require_once "includes/footer.php";
require_once "resources/footer.php";
?>