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

@@ -63,7 +63,7 @@ else {
$conference_name = trim($_REQUEST["c"]);
$tmp_conference_name = str_replace("_", " ", $conference_name);
require_once "includes/header.php";
require_once "resources/header.php";
?><script type="text/javascript">
<!--
@@ -340,5 +340,5 @@ echo "}\n";
echo "-->\n";
echo "</script>\n";
require_once "includes/footer.php";
require_once "resources/footer.php";
?>