aboutsummaryrefslogtreecommitdiffstats
path: root/include/channel.php
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2017-10-05 16:59:33 -0700
committerzotlabs <mike@macgirvin.com>2017-10-05 16:59:33 -0700
commita0eb62852606ef0362d3ed07e4bd50aeb5b6f73c (patch)
tree603ec81d2244d9ff099dffa94a6af57c6a2e73e0 /include/channel.php
parent4ab21edba8511eb96b08371424841d6ffb808cf8 (diff)
downloadvolse-hubzilla-a0eb62852606ef0362d3ed07e4bd50aeb5b6f73c.tar.gz
volse-hubzilla-a0eb62852606ef0362d3ed07e4bd50aeb5b6f73c.tar.bz2
volse-hubzilla-a0eb62852606ef0362d3ed07e4bd50aeb5b6f73c.zip
Experimental alternate channel_menu navigation. To use, "util/config system.channel_menu 1"
Diffstat (limited to 'include/channel.php')
-rw-r--r--include/channel.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/channel.php b/include/channel.php
index fef933ba7..488bdeef0 100644
--- a/include/channel.php
+++ b/include/channel.php
@@ -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();