diff --git a/presentation/lookAndFeel/knowledgeTree/administration/groupmanagement/addgroups.php b/presentation/lookAndFeel/knowledgeTree/administration/groupmanagement/addgroups.php index c2e6880..6ef4ff0 100644 --- a/presentation/lookAndFeel/knowledgeTree/administration/groupmanagement/addgroups.php +++ b/presentation/lookAndFeel/knowledgeTree/administration/groupmanagement/addgroups.php @@ -9,7 +9,7 @@ if(checkSession()) { // include the page template (with navbar) -require_once("$default->fileSystemRoot/presentation/webPageTemplate.inc"); +require_once("$default->fileSystemRoot/presentation/webpageTemplate.inc"); // when email button sent..send email if ($submit) { diff --git a/presentation/lookAndFeel/knowledgeTree/administration/groupmanagement/editGroupFail.php b/presentation/lookAndFeel/knowledgeTree/administration/groupmanagement/editGroupFail.php index ae9b194..66938a9 100644 --- a/presentation/lookAndFeel/knowledgeTree/administration/groupmanagement/editGroupFail.php +++ b/presentation/lookAndFeel/knowledgeTree/administration/groupmanagement/editGroupFail.php @@ -16,7 +16,7 @@ if(checkSession()) { // include the page template (with navbar) -require_once("$default->fileSystemRoot/presentation/webPageTemplate.inc"); +require_once("$default->fileSystemRoot/presentation/webpageTemplate.inc"); $Center = "

\n" ; diff --git a/presentation/lookAndFeel/knowledgeTree/administration/groupmanagement/editGroupSuccess.php b/presentation/lookAndFeel/knowledgeTree/administration/groupmanagement/editGroupSuccess.php index 0bc6f8e..6426f53 100644 --- a/presentation/lookAndFeel/knowledgeTree/administration/groupmanagement/editGroupSuccess.php +++ b/presentation/lookAndFeel/knowledgeTree/administration/groupmanagement/editGroupSuccess.php @@ -16,7 +16,7 @@ if(checkSession()) { // include the page template (with navbar) -require_once("$default->fileSystemRoot/presentation/webPageTemplate.inc"); +require_once("$default->fileSystemRoot/presentation/webpageTemplate.inc"); $Center = "

\n" ; $Center .= "\n"; diff --git a/presentation/lookAndFeel/knowledgeTree/administration/groupmanagement/removeGroupFail.php b/presentation/lookAndFeel/knowledgeTree/administration/groupmanagement/removeGroupFail.php index 139d0c6..31f8ed7 100644 --- a/presentation/lookAndFeel/knowledgeTree/administration/groupmanagement/removeGroupFail.php +++ b/presentation/lookAndFeel/knowledgeTree/administration/groupmanagement/removeGroupFail.php @@ -16,7 +16,7 @@ if(checkSession()) { // include the page template (with navbar) -require_once("$default->fileSystemRoot/presentation/webPageTemplate.inc"); +require_once("$default->fileSystemRoot/presentation/webpageTemplate.inc"); $Center = "

\n" ; diff --git a/presentation/lookAndFeel/knowledgeTree/administration/groupmanagement/removeGroupSuccess.php b/presentation/lookAndFeel/knowledgeTree/administration/groupmanagement/removeGroupSuccess.php index f1f5d16..42c6f34 100644 --- a/presentation/lookAndFeel/knowledgeTree/administration/groupmanagement/removeGroupSuccess.php +++ b/presentation/lookAndFeel/knowledgeTree/administration/groupmanagement/removeGroupSuccess.php @@ -16,7 +16,7 @@ if(checkSession()) { // include the page template (with navbar) -require_once("$default->fileSystemRoot/presentation/webPageTemplate.inc"); +require_once("$default->fileSystemRoot/presentation/webpageTemplate.inc"); $Center = "

\n" ; $Center .= "
\n"; diff --git a/presentation/lookAndFeel/knowledgeTree/administration/orgmanagement/addOrgSuccess.php b/presentation/lookAndFeel/knowledgeTree/administration/orgmanagement/addOrgSuccess.php index 2e73164..3fc876b 100644 --- a/presentation/lookAndFeel/knowledgeTree/administration/orgmanagement/addOrgSuccess.php +++ b/presentation/lookAndFeel/knowledgeTree/administration/orgmanagement/addOrgSuccess.php @@ -16,7 +16,7 @@ if(checkSession()) { // include the page template (with navbar) -require_once("$default->fileSystemRoot/presentation/webPageTemplate.inc"); +require_once("$default->fileSystemRoot/presentation/webpageTemplate.inc"); $Center = "

\n" ; $Center .= "
\n"; diff --git a/presentation/lookAndFeel/knowledgeTree/administration/rolemanagement/editRoleSuccess.php b/presentation/lookAndFeel/knowledgeTree/administration/rolemanagement/editRoleSuccess.php index b1c8867..aaae0cd 100644 --- a/presentation/lookAndFeel/knowledgeTree/administration/rolemanagement/editRoleSuccess.php +++ b/presentation/lookAndFeel/knowledgeTree/administration/rolemanagement/editRoleSuccess.php @@ -16,7 +16,7 @@ if(checkSession()) { // include the page template (with navbar) -require_once("$default->fileSystemRoot/presentation/webPageTemplate.inc"); +require_once("$default->fileSystemRoot/presentation/webpageTemplate.inc"); $Center = "

\n" ; $Center .= "
\n"; diff --git a/presentation/lookAndFeel/knowledgeTree/administration/unitmanagement/addUnitSuccess.php b/presentation/lookAndFeel/knowledgeTree/administration/unitmanagement/addUnitSuccess.php index 9a72e7f..0078d75 100644 --- a/presentation/lookAndFeel/knowledgeTree/administration/unitmanagement/addUnitSuccess.php +++ b/presentation/lookAndFeel/knowledgeTree/administration/unitmanagement/addUnitSuccess.php @@ -16,7 +16,7 @@ if(checkSession()) { // include the page template (with navbar) -require_once("$default->fileSystemRoot/presentation/webPageTemplate.inc"); +require_once("$default->fileSystemRoot/presentation/webpageTemplate.inc"); $Center = "

\n" ; $Center .= "
\n";