Index: trunk/admin/include/elements.php =================================================================== diff -u -r402 -r440 --- trunk/admin/include/elements.php (.../elements.php) (revision 402) +++ trunk/admin/include/elements.php (.../elements.php) (revision 440) @@ -90,7 +90,7 @@ //*********************************** //Page Header -function int_header($toolbar=NULL,$NavBarText=NULL,$ExtraTitle=NULL,$onLoad=NULL, $ExtraHead=NULL,$skip_modules=Array()) +function int_header($toolbar=NULL,$NavBarText=NULL,$ExtraTitle=NULL,$onLoad=NULL, $ExtraHead=NULL,$skip_modules=Array(),$OtherSection = '') { global $pathtoroot; global $pathtolocal; @@ -189,7 +189,7 @@ print $objSections->page_tabs($envar); if ($sec->Get("nonavbar") != 1) //Section Navigatior - print $objSections->section_header($envar,$NavBarText,$ExtraTitle); + print $objSections->section_header($envar,$NavBarText,$ExtraTitle,false,$OtherSection); //Toolbar if appropriate if ( isset($sections[$section]) && ($sections[$section]['toolbar']==1) || ( is_object($toolbar) ) ) @@ -213,9 +213,7 @@ $style_sheet_global = $adminURL."/include/style.css"; $style_sheet_local = $localURL."admin/include/style.css"; - - $ExtraTitle = htmlentities($ExtraTitle); - + // TOOLBAR: print "In-Portal - Help"; print ""; @@ -235,7 +233,7 @@ if ($sec->Get("notitle") != 1) print $objSections->page_title(); if ($sec->Get("nonavbar") != 1) //Section Navigatior - print $objSections->section_header($envar,$NavBarText,$ExtraTitle, true); + print $objSections->section_header($envar,'','', true); } }// HELP Page Header