From ca75619518590fece646a582ee91b218725df85d Mon Sep 17 00:00:00 2001 From: Voryzen Date: Fri, 7 Feb 2020 11:24:01 +0100 Subject: Add 'hook call' to be used for new addon 'NavBanner_options' --- include/nav.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/nav.php b/include/nav.php index 672cc2689..bd4d000f7 100644 --- a/include/nav.php +++ b/include/nav.php @@ -59,6 +59,8 @@ function nav($template = 'default') { if($banner === false) $banner = get_config('system','sitename'); + + call_hooks('get_banner',$banner); App::$page['header'] .= replace_macros(get_markup_template('hdr.tpl'), array( //we could additionally use this to display important system notifications e.g. for updates -- cgit v1.2.3