X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fprofile.php;h=66386160f4706da1031a5cd79a34b3560735617b;hb=1e02fd8a72784d8f637bd7fa6f0b188cae182a3a;hp=26b33d5f1cfcef812fe1a655dcb0407d02d69f21;hpb=581b54c974a9b9a050a8a0b9a17a19bd41b1f2f5;p=friendica.git diff --git a/mod/profile.php b/mod/profile.php index 26b33d5f1c..66386160f4 100755 --- a/mod/profile.php +++ b/mod/profile.php @@ -124,6 +124,8 @@ function profile_content(&$a, $update = 0) { return; } + require_once('include/contact_widgets.php'); + $a->page['aside'] .= categories_widget($a->get_baseurl(true) . '/profile/' . $a->profile['nickname'],(x($category) ? xmlify($category) : '')); if(! $update) {