aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2020-02-09 16:33:12 -0800
committerzotlabs <mike@macgirvin.com>2020-02-09 16:33:12 -0800
commitbe81a40b2b3a0b0c117e2c6571bb38f577859bb8 (patch)
treea5a7646e1401b2c943d426f1198c3834f62baee6
parentbbcb237f5b996e94af37611152105b2e965ea493 (diff)
parent33be244d8a4ab62d52f7715b5f95ed293be79504 (diff)
downloadvolse-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.php2
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