diff options
author | friendica <info@friendica.com> | 2012-07-29 18:29:27 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-07-29 18:29:27 -0700 |
commit | 4824e5b8b8d57ba9af8a5a26f78a5dc90eb714d1 (patch) | |
tree | 217a692747878df4b68a6db0cb163eca9024a2b4 /mod/editpost.php | |
parent | eae7522bc99cc3af0074c189560a66181d2b70a0 (diff) | |
download | volse-hubzilla-4824e5b8b8d57ba9af8a5a26f78a5dc90eb714d1.tar.gz volse-hubzilla-4824e5b8b8d57ba9af8a5a26f78a5dc90eb714d1.tar.bz2 volse-hubzilla-4824e5b8b8d57ba9af8a5a26f78a5dc90eb714d1.zip |
birthdays and events are now notifications
Diffstat (limited to 'mod/editpost.php')
-rw-r--r-- | mod/editpost.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mod/editpost.php b/mod/editpost.php index 4c00201ca..d7b0c39da 100644 --- a/mod/editpost.php +++ b/mod/editpost.php @@ -124,6 +124,7 @@ function editpost_content(&$a) { '$profile_uid' => $_SESSION['uid'], '$preview' => t('Preview'), '$jotplugins' => $jotplugins, + '$mobileapp' => t('Friendica mobile web'), )); return $o; |