diff options
Diffstat (limited to 'mod/profile.php')
-rw-r--r-- | mod/profile.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/mod/profile.php b/mod/profile.php index a3148eea3..99c775c4e 100644 --- a/mod/profile.php +++ b/mod/profile.php @@ -41,6 +41,10 @@ function profile_load(&$a, $username, $profile = 0) { $a->page['title'] = $a->profile['name']; $_SESSION['theme'] = $a->profile['theme']; + if(! (x($a->page,'aside'))) + $a->page['aside'] = ''; + $a->page['aside'] .= contact_block(); + return; }} |