mirror of
https://github.com/friendica/friendica
synced 2025-04-25 17:10:11 +00:00
Remove geotag
This commit is contained in:
parent
db7af4c45b
commit
5dc9319bb2
4 changed files with 0 additions and 9 deletions
|
@ -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' => ' ', // $this->t('Visible to <strong>everybody</strong>'),
|
||||
'$geotag' => $geoTag,
|
||||
'$nickname' => $this->app->getLoggedInUserNickname(),
|
||||
'$is_mobile' => $this->mode->isMobile(),
|
||||
]);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue