1
1
Fork 0

friend/contact sidebar block

This commit is contained in:
Friendika 2010-11-05 05:01:54 -07:00
commit 3cc662aa63
4 changed files with 65 additions and 4 deletions

View file

@ -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;
}}