aboutsummaryrefslogtreecommitdiffstats
path: root/include/nav.php
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2017-06-06 17:39:43 -0700
committerzotlabs <mike@macgirvin.com>2017-06-06 17:39:43 -0700
commit40b9130c63fbcc5bfd4ba5feb5463000dfe99d43 (patch)
tree21585ce9f10d9a2eeef5d8f253bc362cad8a99a8 /include/nav.php
parentf3061651d448fed44dcd628d2d4a2ad4e63a70f4 (diff)
parent4784f847c9d752c34ff4eeec8a6c40455fe313ce (diff)
downloadvolse-hubzilla-40b9130c63fbcc5bfd4ba5feb5463000dfe99d43.tar.gz
volse-hubzilla-40b9130c63fbcc5bfd4ba5feb5463000dfe99d43.tar.bz2
volse-hubzilla-40b9130c63fbcc5bfd4ba5feb5463000dfe99d43.zip
Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_merge
Diffstat (limited to 'include/nav.php')
-rw-r--r--include/nav.php12
1 files changed, 0 insertions, 12 deletions
diff --git a/include/nav.php b/include/nav.php
index 91bade5a7..2eba2894c 100644
--- a/include/nav.php
+++ b/include/nav.php
@@ -215,18 +215,6 @@ EOT;
$nav['admin'] = array('admin/', t('Admin'), "", t('Site Setup and Configuration'),'admin_nav_btn');
}
-
- /**
- *
- * Provide a banner/logo/whatever
- *
- */
-
- $banner = get_config('system','banner');
-
- if($banner === false)
- $banner = get_config('system','sitename');
-
$x = array('nav' => $nav, 'usermenu' => $userinfo );
call_hooks('nav', $x);