]> git.mxchange.org Git - friendica.git/blobdiff - mod/profile.php
Merge https://github.com/friendica/friendica into pull
[friendica.git] / mod / profile.php
index a4dce791802b8ad974599846fd55185a0d04424c..b33b181de1b1b7332611799ac225d366c12fd48a 100644 (file)
@@ -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();
        }