mirror of
https://github.com/flextype/flextype.git
synced 2025-08-12 08:04:05 +02:00
Admin Panel: Plugins Manager - fix link for Get More Plugins
This commit is contained in:
@@ -15,7 +15,7 @@ Themes::view('admin/views/partials/navbar')
|
||||
])
|
||||
->assign('buttons', [
|
||||
'plugins_get_more' => [
|
||||
'link' => 'http://flextype.org/download/plugins',
|
||||
'link' => 'https://github.com/flextype/plugins',
|
||||
'title' => __('admin_get_more_plugins'),
|
||||
'attributes' => ['class' => 'float-right btn', 'target' => '_blank']
|
||||
]
|
||||
|
Reference in New Issue
Block a user