aboutsummaryrefslogtreecommitdiffstats
path: root/mod
diff options
context:
space:
mode:
Diffstat (limited to 'mod')
-rw-r--r--mod/editpost.php1
-rw-r--r--mod/network.php4
-rw-r--r--mod/profile.php4
3 files changed, 1 insertions, 8 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;
diff --git a/mod/network.php b/mod/network.php
index 4ab0c790b..a85e11f90 100644
--- a/mod/network.php
+++ b/mod/network.php
@@ -459,10 +459,6 @@ function network_content(&$a, $update = 0, $load = false) {
}
}
- if((! $group) && (! $cid) && (! $update)) {
- $o .= get_birthdays();
- $o .= get_events();
- }
if(! $update) {
// The special div is needed for liveUpdate to kick in for this page.
diff --git a/mod/profile.php b/mod/profile.php
index 78507820f..1b5bfa40c 100644
--- a/mod/profile.php
+++ b/mod/profile.php
@@ -289,10 +289,6 @@ function profile_content(&$a, $update = 0) {
$items = array();
}
- if($is_owner && ! $update) {
- $o .= get_birthdays();
- $o .= get_events();
- }
if((! $update) && ($tab === 'posts')) {