template rework: rearrange sidebar widgets for contact related pages
This commit is contained in:
parent
2aad62190f
commit
0c3979720f
6 changed files with 16 additions and 14 deletions
|
|
@ -19,8 +19,8 @@ function match_content(&$a) {
|
|||
if(! local_user())
|
||||
return;
|
||||
|
||||
$a->page['aside'] .= follow_widget();
|
||||
$a->page['aside'] .= findpeople_widget();
|
||||
$a->page['aside'] .= follow_widget();
|
||||
|
||||
$_SESSION['return_url'] = $a->get_baseurl() . '/' . $a->cmd;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue