mirror of
https://github.com/friendica/friendica
synced 2024-11-10 05:02:58 +00:00
Make relationship filter widget more prominent in Module\Contact
This commit is contained in:
parent
c76795f0f8
commit
c54bca43a5
1 changed files with 1 additions and 1 deletions
|
@ -191,7 +191,7 @@ class Contact extends BaseModule
|
|||
$rel_widget = Widget::contactRels($_SERVER['REQUEST_URI'], $rel);
|
||||
$groups_widget = Widget::groups($_SERVER['REQUEST_URI'], $group);
|
||||
|
||||
DI::page()['aside'] .= $vcard_widget . $findpeople_widget . $follow_widget . $account_widget . $groups_widget . $networks_widget . $rel_widget;
|
||||
DI::page()['aside'] .= $vcard_widget . $findpeople_widget . $follow_widget . $rel_widget . $groups_widget . $networks_widget . $account_widget;
|
||||
|
||||
$tpl = Renderer::getMarkupTemplate('contacts-head.tpl');
|
||||
DI::page()['htmlhead'] .= Renderer::replaceMacros($tpl, [
|
||||
|
|
Loading…
Reference in a new issue