Remove geotag

This commit is contained in:
Philipp 2022-11-16 08:50:57 +01:00
parent db7af4c45b
commit 5dc9319bb2
No known key found for this signature in database
GPG key ID: 24A7501396EB5432
4 changed files with 0 additions and 9 deletions

View file

@ -95,7 +95,6 @@ class Edit extends BaseModule
}
$user = User::getById($this->session->getLocalUserId());
$geoTag = '';
$output = Renderer::replaceMacros(Renderer::getMarkupTemplate('section_title.tpl'), [
'$title' => $this->t('Edit post'),
@ -103,7 +102,6 @@ class Edit extends BaseModule
$this->page['htmlhead'] .= Renderer::replaceMacros(Renderer::getMarkupTemplate('jot-header.tpl'), [
'$ispublic' => '&nbsp;', // $this->t('Visible to <strong>everybody</strong>'),
'$geotag' => $geoTag,
'$nickname' => $this->app->getLoggedInUserNickname(),
'$is_mobile' => $this->mode->isMobile(),
]);