diff options
Diffstat (limited to 'mod/contacts.php')
-rw-r--r-- | mod/contacts.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mod/contacts.php b/mod/contacts.php index 6367b8523..59dafd51c 100644 --- a/mod/contacts.php +++ b/mod/contacts.php @@ -35,6 +35,8 @@ function contacts_init(&$a) { $a->page['aside'] .= $o; } + else + $a->page['aside'] .= follow_widget(); $a->page['aside'] .= group_side('contacts','group',false,0,$contact_id); |