aboutsummaryrefslogtreecommitdiffstats
path: root/include/nav.php
diff options
context:
space:
mode:
authorVoryzen <piro.travesura@gmail.com>2020-02-07 11:24:01 +0100
committerMario <mario@mariovavti.com>2020-02-07 11:24:01 +0100
commitca75619518590fece646a582ee91b218725df85d (patch)
tree16bbe5cbdd350d4bd37598855afdbc305b266381 /include/nav.php
parent82acfb75a1e79c9dddc60fbc20bc1989fc495ce4 (diff)
downloadvolse-hubzilla-ca75619518590fece646a582ee91b218725df85d.tar.gz
volse-hubzilla-ca75619518590fece646a582ee91b218725df85d.tar.bz2
volse-hubzilla-ca75619518590fece646a582ee91b218725df85d.zip
Add 'hook call' to be used for new addon 'NavBanner_options'
Diffstat (limited to 'include/nav.php')
-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