mirror of
https://github.com/flextype/flextype.git
synced 2025-08-10 15:14:20 +02:00
Admin Panel: Profile Manager - issue with link fixed.
This commit is contained in:
@@ -8,7 +8,7 @@ Themes::view('admin/views/partials/head')->display();
|
||||
Themes::view('admin/views/partials/navbar')
|
||||
->assign('links', [
|
||||
'information' => [
|
||||
'link' => Http::getBaseUrl() . '/admin/information',
|
||||
'link' => Http::getBaseUrl() . '/admin/profile',
|
||||
'title' => __('admin_menu_profile'),
|
||||
'attributes' => ['class' => 'navbar-item active']
|
||||
],
|
||||
|
Reference in New Issue
Block a user