diff --git a/presentation/lookAndFeel/knowledgeTree/administration/admin.php b/presentation/lookAndFeel/knowledgeTree/administration/admin.php index 2defec7..1b62f22 100644 --- a/presentation/lookAndFeel/knowledgeTree/administration/admin.php +++ b/presentation/lookAndFeel/knowledgeTree/administration/admin.php @@ -18,9 +18,12 @@ require_once("$default->fileSystemRoot/presentation/Html.inc"); * Display the heading for the admin section */ function renderAdminHeading($sHeading, $sSectionName = "") { - $sCenter .= renderHeading("Administration"); + global $default; + + $sAction = $default->siteMap->getActionFromPage(substr($_SERVER["PHP_SELF"], strlen($default->rootUrl), strlen($_SERVER["PHP_SELF"]))); + $sCenter .= renderHeading($default->siteMap->getPageLinkText($sAction)); + $sCenter .= "
| Welcome to the Administration Section |
| Please make a selection from the sidemenu. |