mirror of
https://github.com/friendica/friendica
synced 2025-04-19 07:50:12 +00:00
Restore base profile URL behavior
- Add new profile-specific route
This commit is contained in:
parent
f2d917114f
commit
46c4bfe580
4 changed files with 312 additions and 284 deletions
|
@ -31,7 +31,7 @@ class BaseProfile extends BaseModule
|
|||
$tabs = [
|
||||
[
|
||||
'label' => DI::l10n()->t('Profile'),
|
||||
'url' => $baseProfileUrl,
|
||||
'url' => $baseProfileUrl . '/profile',
|
||||
'sel' => $current == 'profile' ? 'active' : '',
|
||||
'title' => DI::l10n()->t('Profile Details'),
|
||||
'id' => 'profile-tab',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue