1
0
Fork 0

Revert "Remove geotag"

This reverts commit 5dc9319b
This commit is contained in:
Philipp Holzer 2022-11-16 21:20:24 +01:00
commit 81b21c4131
Signed by: nupplaPhil
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(),
]);