X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fprofile.php;h=b33b181de1b1b7332611799ac225d366c12fd48a;hb=675aa56b029976647d788b785ef59e540c7b9c36;hp=a4dce791802b8ad974599846fd55185a0d04424c;hpb=98540b630e3aa61a7f4636a2e7e22233af26a6b0;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(); }