X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fprofile.php;h=26bd395230b8d937df35ceb1c5fcb10891116227;hb=48642a8544ccc52003829985e22cc2aa71711816;hp=0913573a83209a2fb46f5698037277d974b9a9ea;hpb=20fbf670db15809fd01b155773aab38e6298f670;p=friendica.git diff --git a/mod/profile.php b/mod/profile.php index 0913573a83..26bd395230 100644 --- a/mod/profile.php +++ b/mod/profile.php @@ -181,10 +181,6 @@ function profile_content(&$a, $update = 0) { $commpage = (($a->profile['page-flags'] == PAGE_COMMUNITY) ? true : false); $commvisitor = (($commpage && $remote_contact == true) ? true : false); - if(feature_enabled($a->profile['profile_uid'],'photos_widget')) { - require_once('include/photos.php'); - $a->page['aside'] .= widget_photos($a->profile); - } $a->page['aside'] .= posted_date_widget($a->get_baseurl(true) . '/profile/' . $a->profile['nickname'],$a->profile['profile_uid'],true); $a->page['aside'] .= categories_widget($a->get_baseurl(true) . '/profile/' . $a->profile['nickname'],(x($category) ? xmlify($category) : ''));