Experimental alternate channel_menu navigation. To use, "util/config system.channel_menu 1"

This commit is contained in:
zotlabs
2017-10-05 16:59:33 -07:00
parent 4ab21edba8
commit a0eb628526
4 changed files with 19 additions and 5 deletions

View File

@@ -1373,7 +1373,6 @@ function profile_sidebar($profile, $block = 0, $show_connect = true, $zcard = fa
? trim(substr($profile['channel_name'],0,strpos($profile['channel_name'],' '))) : $profile['channel_name']);
$lastname = (($firstname === $profile['channel_name']) ? '' : trim(substr($profile['channel_name'],strlen($firstname))));
// @fixme move this to the diaspora plugin itself
$contact_block = contact_block();