]> git.mxchange.org Git - friendica.git/blobdiff - mod/editpost.php
Added description
[friendica.git] / mod / editpost.php
index 209fbcf5ab8d9327a1c3f02fe32ec71372f86d92..ff2d0f5552b6b3e627c00af5a70ac3831b555037 100644 (file)
@@ -66,7 +66,8 @@ function editpost_content(App $a)
        DI::page()['htmlhead'] .= Renderer::replaceMacros($tpl, [
                '$ispublic' => '&nbsp;', // DI::l10n()->t('Visible to <strong>everybody</strong>'),
                '$geotag' => $geotag,
-               '$nickname' => $a->user['nickname']
+               '$nickname' => $a->user['nickname'],
+               '$is_mobile' => DI::mode()->isMobile(),
        ]);
 
        if (strlen($item['allow_cid']) || strlen($item['allow_gid']) || strlen($item['deny_cid']) || strlen($item['deny_gid'])) {