X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=includes%2Fpage%2Fheader.inc;h=99f3c688940c489e0c82636804631fadcf1cc657;hb=13be2db70d328ecfd12dd20fb8f38d7d8850b186;hp=1f63ef9a6641b59cfcaf3b916a8eff50065b0d80;hpb=d90c082fc6dc6c5a5343c7ebc90c76442817523d;p=fa-stable.git diff --git a/includes/page/header.inc b/includes/page/header.inc index 1f63ef9a..99f3c688 100644 --- a/includes/page/header.inc +++ b/includes/page/header.inc @@ -113,7 +113,10 @@ function page_header($title, $no_menu=false, $is_index=false, $onload="", $js="" if (isset($_SESSION["App"]) && is_object($_SESSION["App"])) $_SESSION["App"]->selected_application = isset($_SESSION["App"]->applications[$sel_app]) ? $sel_app : 'orders'; - + + $page_header_args = func_get_args(); + hook_invoke_all('pre_header', $page_header_args); + $encoding = $_SESSION['language']->encoding; if (!headers_sent()){