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
|
|
@ -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']);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue