mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-07-27 12:59:54 +00:00
Allow for the send_page_header() function to be overridden.
This commit is contained in:
parent
51700a4ee4
commit
a6fbd99f90
@ -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();
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user