aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgit-marijus <mario@mariovavti.com>2017-06-04 16:58:59 +0200
committergit-marijus <mario@mariovavti.com>2017-06-04 17:01:45 +0200
commitd53fb9d1b512b8fce9f8669c6d1bbde333148112 (patch)
tree7b6b28e45733d28e4645d331ebf757dc387e4538
parent58b5c4cc1625c56a2d5351493e3e3c71f9887c89 (diff)
downloadvolse-hubzilla-d53fb9d1b512b8fce9f8669c6d1bbde333148112.tar.gz
volse-hubzilla-d53fb9d1b512b8fce9f8669c6d1bbde333148112.tar.bz2
volse-hubzilla-d53fb9d1b512b8fce9f8669c6d1bbde333148112.zip
remove duplicate code
-rw-r--r--include/nav.php12
1 files changed, 0 insertions, 12 deletions
diff --git a/include/nav.php b/include/nav.php
index 849e19d9a..08dbbd5e3 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);