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 f267e45e67
commit e9aa47069c
230 changed files with 884 additions and 884 deletions

View File

@@ -47,7 +47,7 @@ else {
$app_uuid = $_GET["app_uuid"];
//includes
require_once "includes/header.php";
require_once "resources/header.php";
if ($app_uuid == "c03b422e-13a8-bd1b-e42b-b6b9b4d27ce4") {
$page["title"] = $text['title-inbound_routes'];
}
@@ -61,7 +61,7 @@ else {
$page["title"] = $text['title-dialplan_manager'];
}
require_once "includes/paging.php";
require_once "resources/paging.php";
//show the content
echo "<div align='center'>";
@@ -342,7 +342,7 @@ else {
echo "<br><br>";
//include the footer
require_once "includes/footer.php";
require_once "resources/footer.php";
//unset the variables
unset ($result_count);