From 1cfa81450cf0ce5691cdbade0a7ab4dfd76ea483 Mon Sep 17 00:00:00 2001 From: Mario Date: Tue, 21 Nov 2023 08:07:40 +0000 Subject: remove follow (does not make any sense to add follow link of the logged in channel), add startpage --- include/nav.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/nav.php') diff --git a/include/nav.php b/include/nav.php index 9c67ade1f..e4df7e4e5 100644 --- a/include/nav.php +++ b/include/nav.php @@ -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'])) { -- cgit v1.2.3