1
0
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:
Awilum
2019-01-30 01:06:26 +03:00
parent 39a855888d
commit 39b3a63000

View File

@@ -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']
]