template rework: rearrange sidebar widgets for contact related pages

This commit is contained in:
rabuzarus
2015-10-23 00:12:00 +02:00
parent 2aad62190f
commit 0c3979720f
6 changed files with 16 additions and 14 deletions

View File

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