diff options
author | git-marijus <mario@mariovavti.com> | 2017-06-04 16:58:59 +0200 |
---|---|---|
committer | git-marijus <mario@mariovavti.com> | 2017-06-04 16:58:59 +0200 |
commit | 10ecb6d3681788ae535f4168bd85f6f2fc22232f (patch) | |
tree | e6f052b643ed9878f241509ac5bede32cda44cd5 /include | |
parent | e7c3ca9bd832f83bf2f66d6a06761062f2118185 (diff) | |
download | volse-hubzilla-10ecb6d3681788ae535f4168bd85f6f2fc22232f.tar.gz volse-hubzilla-10ecb6d3681788ae535f4168bd85f6f2fc22232f.tar.bz2 volse-hubzilla-10ecb6d3681788ae535f4168bd85f6f2fc22232f.zip |
remove duplicate code
Diffstat (limited to 'include')
-rw-r--r-- | include/nav.php | 12 |
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); |