template rework: rearrange sidebar widgets for contact related pages

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

View file

@ -6,10 +6,10 @@ function directory_init(&$a) {
if(local_user()) {
require_once('include/contact_widgets.php');
$a->page['aside'] .= follow_widget();
$a->page['aside'] .= findpeople_widget();
$a->page['aside'] .= follow_widget();
}
else {
unset($_SESSION['theme']);