X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fprofile.php;h=b33b181de1b1b7332611799ac225d366c12fd48a;hb=0bfca1404847ef5dd300f9e18f95ef48e4c65fde;hp=a4dce791802b8ad974599846fd55185a0d04424c;hpb=41439804f4ae7a0ae07894d96b1ad87b6ee775d4;p=friendica.git diff --git a/mod/profile.php b/mod/profile.php index a4dce79180..b33b181de1 100644 --- a/mod/profile.php +++ b/mod/profile.php @@ -304,7 +304,7 @@ function profile_content(&$a, $update = 0) { $items = array(); } - if($is_owner && ! $update) { + if($is_owner && (! $update) && (! get_config('theme','hide_eventlist'))) { $o .= get_birthdays(); $o .= get_events(); }