Revert "Remove geotag"

This reverts commit 5dc9319b
This commit is contained in:
Philipp 2022-11-16 21:20:24 +01:00
parent 9621279572
commit 81b21c4131
No known key found for this signature in database
GPG key ID: 24A7501396EB5432
4 changed files with 8 additions and 0 deletions

View file

@ -104,6 +104,7 @@ class Edit extends BaseModule
$this->page['htmlhead'] .= Renderer::replaceMacros(Renderer::getMarkupTemplate('jot-header.tpl'), [
'$ispublic' => ' ',
'$geotag' => '',
'$nickname' => $this->app->getLoggedInUserNickname(),
'$is_mobile' => $this->mode->isMobile(),
]);