remove follow (does not make any sense to add follow link of the logged in channel), add startpage

This commit is contained in:
Mario
2023-11-21 08:07:40 +00:00
parent 1f18fed3a2
commit 1cfa81450c

View File

@@ -95,12 +95,12 @@ function nav($template = 'default') {
}
if ($channel) {
$userinfo['follow'] = sprintf($channel['xchan_follow'], urlencode(channel_reddress($channel)));
$userinfo['id'] = $channel['channel_id'];
$userinfo['nick'] = $channel['channel_address'];
$userinfo['location'] = $channel['channel_location'];
$userinfo['theme'] = $channel['channel_theme'];
$userinfo['timezone'] = $channel['channel_timezone'];
$userinfo['startpage'] = $channel['channel_startpage'];
}
elseif (empty($_SESSION['authenticated'])) {