siteMap->getSectionName(substr($_SERVER["PHP_SELF"], strlen($default->rootUrl), strlen($_SERVER["PHP_SELF"])));
}
$sColor = $default->siteMap->getSectionColour($sSectionName, "th");
$sColor = $sColor == "" ? $sSectionName : $sColor;
$sToRender .= "
| $sHeading |
\n";
$sToRender .= "
\n";
$sToRender .= "
\n";
return $sToRender;
}
function renderHeading($sHeading, $sSectionName = "") {
//global $default;
$sCenter .= getHeading($sHeading, $sSectionName);
if ($sHeading == "Administration"){
$sCenter .= "|
|
| Welcome to the Administration Section |
\n";
$sCenter .= "| Please make a selection from the sidemenu. |
\n";
}
return $sCenter;
}
?>