1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-13 08:34:19 +02:00

Flextype Box Plugin: Admin #125 #117

- Plugins Controller implementation
This commit is contained in:
Awilum
2019-04-24 22:20:35 +03:00
parent 4d64c73591
commit 86f0f1bec9

View File

@@ -12,7 +12,11 @@ class PluginsController extends Controller
{
public function index($request, $response, $args)
{
return $this->view->render($response,
'plugins/admin/views/templates/extends/plugins/index.html', [
'plugins_list' => $this->get('registry')->get('plugins'),
'menu_item' => 'plugins'
]);
}
public function update($request, $response, $args)