friend/contact sidebar block
This commit is contained in:
parent
206eee0229
commit
3cc662aa63
4 changed files with 65 additions and 4 deletions
|
@ -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;
|
||||
}}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue