template rework: rearrange sidebar widgets for contact related pages
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user