]> git.mxchange.org Git - friendica.git/blobdiff - mod/editpost.php
Merge pull request #2714 from tobiasd/20160806-installercheckiconv
[friendica.git] / mod / editpost.php
index 9a80d0b2f4ba622badbaac42f617e973eeed926a..46a530dce09f49ec5da5058364aac0b88f4fe6df 100644 (file)
@@ -146,7 +146,12 @@ function editpost_content(&$a) {
                '$jotplugins' => $jotplugins,
                '$sourceapp' => t($a->sourcename),
                '$cancel' => t('Cancel'),
-               '$rand_num' => random_digits(12)
+               '$rand_num' => random_digits(12),
+
+               //jot nav tab (used in some themes)
+               '$message' => t('Message'),
+               '$browser' => t('Browser'),
+               '$shortpermset' => t('permissions'),
        ));
 
        return $o;