X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=includes%2Fpage%2Fheader.inc;h=6abf7c93617ee1d2cc8eda5169e91145b5c465c9;hb=f7bede43880bec03b2ea812a4ea87c0e1fbee969;hp=97529207827b49f15a4b97c41126d9dec924d57b;hpb=c09be0dad6b05131e240349a375af7a4b7bf3444;p=fa-stable.git diff --git a/includes/page/header.inc b/includes/page/header.inc index 97529207..6abf7c93 100644 --- a/includes/page/header.inc +++ b/includes/page/header.inc @@ -1,5 +1,14 @@ . +***********************************************************************/ function help_url($title, $app) { @@ -17,7 +26,7 @@ function help_url($title, $app) } elseif ($title==_("Main Menu")) { - $help_page_url = $applications[$app]; + $help_page_url = access_string($applications[$app], true); } else { @@ -104,11 +113,8 @@ function page_header($title, $no_menu=false, $is_index=false, $onload="", $js="" echo "\n"; echo "dir . "' >\n"; echo "$title"; - $local_stylesheet = $_SESSION['language']->get_stylesheet(); echo ""; echo " \n"; - if (file_exists($local_path_to_root. "/".$local_stylesheet)) - echo " \n"; send_scripts($js); echo " \n";