mirror of
https://github.com/friendica/friendica
synced 2025-04-24 06:30:13 +00:00
Add new contact/{id}/contacts[/{type}] route and module
- Rework contact pages tabs - Add constants for active contact page tab
This commit is contained in:
parent
383ddb10ed
commit
18cd4f7412
4 changed files with 169 additions and 55 deletions
|
@ -125,7 +125,7 @@ class Advanced extends BaseModule
|
|||
$remote_self_options = ['0' => DI::l10n()->t('No mirroring'), '2' => DI::l10n()->t('Mirror as my own posting')];
|
||||
}
|
||||
|
||||
$tab_str = Contact::getTabsHTML($contact, 6);
|
||||
$tab_str = Contact::getTabsHTML($contact, Contact::TAB_ADVANCED);
|
||||
|
||||
$tpl = Renderer::getMarkupTemplate('contact/advanced.tpl');
|
||||
return Renderer::replaceMacros($tpl, [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue