Allow for the send_page_header() function to be overridden.

This commit is contained in:
Andrew McMillan 2010-06-17 23:05:30 +12:00
parent 51700a4ee4
commit a6fbd99f90

View File

@ -27,6 +27,7 @@ function make_help_link($matches)
}
if ( !function_exists('send_page_header') ) {
function send_page_header() {
global $session, $c, $main_menu, $related_menu;
@ -79,6 +80,7 @@ EOHDR;
}
}
}
send_page_header();