diff options
author | M. Dent <dentm42@gmail.com> | 2018-09-29 00:17:55 +0200 |
---|---|---|
committer | M. Dent <dentm42@gmail.com> | 2018-09-29 00:17:55 +0200 |
commit | ba4a8aa7623038fd9926b58d826e7cb733176b48 (patch) | |
tree | b714359bdc9c056376c6f3780e8edb0e066bf73f /include/nav.php | |
parent | 2904e58a9fea6441202d1f9f7a3304a2d2b1429c (diff) | |
parent | 5f992ffe154ed9e2b225c9a1b3d7c47d39e41d34 (diff) | |
download | volse-hubzilla-ba4a8aa7623038fd9926b58d826e7cb733176b48.tar.gz volse-hubzilla-ba4a8aa7623038fd9926b58d826e7cb733176b48.tar.bz2 volse-hubzilla-ba4a8aa7623038fd9926b58d826e7cb733176b48.zip |
Merge branch 'remove-servicelevel-logic' into 'dev'
Remove servicelevel logic
See merge request hubzilla/core!1291
Diffstat (limited to 'include/nav.php')
-rw-r--r-- | include/nav.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/nav.php b/include/nav.php index 988a07b7c..b5592d7aa 100644 --- a/include/nav.php +++ b/include/nav.php @@ -60,8 +60,6 @@ function nav($template = 'default') { //we could additionally use this to display important system notifications e.g. for updates )); - $techlevel = get_account_techlevel(); - // nav links: array of array('href', 'text', 'extra css classes', 'title') $nav = []; |