X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Ffollow.php;h=abde4abd036f712866706c44e583990c727a2e16;hb=41663c7592abe55a958632c3a48265e0a8544d2b;hp=1ee61ce9e14802448c8a8b87e59a699a18b5ed4c;hpb=db441ca1ce08d5596641de9c672f4dc355343ed2;p=friendica.git diff --git a/mod/follow.php b/mod/follow.php index 1ee61ce9e1..abde4abd03 100644 --- a/mod/follow.php +++ b/mod/follow.php @@ -12,7 +12,6 @@ use Friendica\Model\Contact; use Friendica\Model\Profile; use Friendica\Network\Probe; use Friendica\Database\DBA; -use Friendica\Util\Proxy as ProxyUtils; use Friendica\Util\Strings; function follow_post(App $a) @@ -144,11 +143,8 @@ function follow_content(App $a) $r[0]['about'] = ''; } - $header = L10n::t('Connect/Follow'); - $o = Renderer::replaceMacros($tpl, [ - '$header' => htmlentities($header), - //'$photo' => ProxyUtils::proxifyUrl($ret['photo'], false, ProxyUtils::SIZE_SMALL), + '$header' => L10n::t('Connect/Follow'), '$desc' => '', '$pls_answer' => L10n::t('Please answer the following:'), '$does_know_you' => ['knowyou', L10n::t('Does %s know you?', $ret['name']), false, '', [L10n::t('No'), L10n::t('Yes')]], @@ -170,13 +166,6 @@ function follow_content(App $a) '$url_label' => L10n::t('Profile URL'), '$myaddr' => $myaddr, '$request' => $request, - /* - * @TODO commented out? - '$location' => Friendica\Content\Text\BBCode::::convert($r[0]['location']), - '$location_label'=> L10n::t('Location:'), - '$about' => Friendica\Content\Text\BBCode::::convert($r[0]['about'], false, false), - '$about_label' => L10n::t('About:'), - */ '$keywords' => $r[0]['keywords'], '$keywords_label'=> L10n::t('Tags:') ]);