diff options
author | Mario <mario@mariovavti.com> | 2021-08-29 10:51:44 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2021-08-29 10:51:44 +0000 |
commit | 5532560d07d50cdeef54054c829a4591cf05a8a4 (patch) | |
tree | adfec5148b56d3b8bd20f53ef156788edc9da08e /include/nav.php | |
parent | ed277dbda931c31ac209561784af2a7f1e360d49 (diff) | |
download | volse-hubzilla-5532560d07d50cdeef54054c829a4591cf05a8a4.tar.gz volse-hubzilla-5532560d07d50cdeef54054c829a4591cf05a8a4.tar.bz2 volse-hubzilla-5532560d07d50cdeef54054c829a4591cf05a8a4.zip |
do not define colors in manifest (system colors are mostly the better fit) and use profile fullname instead of channel_name in nav
Diffstat (limited to 'include/nav.php')
-rw-r--r-- | include/nav.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/nav.php b/include/nav.php index 0e75cd59f..7cc64ab1b 100644 --- a/include/nav.php +++ b/include/nav.php @@ -337,7 +337,7 @@ function nav($template = 'default') { '$featured_apps' => t('Featured Apps'), '$url' => (($url) ? $url : z_root() . '/' . App::$cmd), '$settings_url' => $settings_url, - '$name' => ((!$is_owner) ? App::$profile['channel_name'] : ''), + '$name' => ((!$is_owner) ? App::$profile['fullname'] : ''), '$thumb' => ((!$is_owner) ? App::$profile['thumb'] : ''), '$form_security_token' => get_form_security_token('pconfig') ]); |