diff options
author | zotlabs <mike@macgirvin.com> | 2020-02-09 16:33:12 -0800 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2020-02-09 16:33:12 -0800 |
commit | be81a40b2b3a0b0c117e2c6571bb38f577859bb8 (patch) | |
tree | a5a7646e1401b2c943d426f1198c3834f62baee6 | |
parent | bbcb237f5b996e94af37611152105b2e965ea493 (diff) | |
parent | 33be244d8a4ab62d52f7715b5f95ed293be79504 (diff) | |
download | volse-hubzilla-be81a40b2b3a0b0c117e2c6571bb38f577859bb8.tar.gz volse-hubzilla-be81a40b2b3a0b0c117e2c6571bb38f577859bb8.tar.bz2 volse-hubzilla-be81a40b2b3a0b0c117e2c6571bb38f577859bb8.zip |
Merge branch 'dev' of https://framagit.org/hubzilla/core into dev
-rw-r--r-- | include/nav.php | 2 |
1 files changed, 2 insertions, 0 deletions
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 |