if ($sectionParent) { ?> } ?>
if ($pageAlert) { ?>
echo $contentName; ?>
if ($pageAlertHeader) { ?>
echo $pageAlertHeader; ?>
} ?> echo $pageAlert; ?>
if ($contentIntro) { ?>
} else { ?>
if ($pageModule && $pagePlacement == "Top") {
include $_SERVER['DOCUMENT_ROOT'] . "/shared/modules/" . $pageModule;
} ?>
if ($pageForm && $pagePlacement == "Top") {
include $_SERVER['DOCUMENT_ROOT'] . "/shared/forms/" . $pageForm;
} ?>
echo $contentText; ?>
if ($pageModule && $pagePlacement == "Bottom") {
include $_SERVER['DOCUMENT_ROOT'] . "/shared/modules/" . $pageModule;
} ?>
if ($pageForm && $pagePlacement == "Bottom") {
include $_SERVER['DOCUMENT_ROOT'] . "/shared/forms/" . $pageForm;
} ?>
} ?>
echo $contentIntro; ?>
} ?>
if ($contentRight) { ?>
if ($pageModule && $pagePlacement == "Top") {
include $_SERVER['DOCUMENT_ROOT'] . "/shared/modules/" . $pageModule;
} ?>
if ($pageForm && $pagePlacement == "Top") {
include $_SERVER['DOCUMENT_ROOT'] . "/shared/forms/" . $pageForm;
} ?>
echo $contentText; ?>
if ($pageModule && $pagePlacement == "Bottom") {
include $_SERVER['DOCUMENT_ROOT'] . "/shared/modules/" . $pageModule;
} ?>
if ($pageForm && $pagePlacement == "Bottom") {
include $_SERVER['DOCUMENT_ROOT'] . "/shared/forms/" . $pageForm;
} ?>
echo $contentRight; ?> if ($pageModuleRight) { include $_SERVER['DOCUMENT_ROOT'] . "/shared/modules/" . $pageModuleRight; } ?>
