mirror of
https://github.com/flextype/flextype.git
synced 2025-08-13 08:34:19 +02:00
- Plugins Controller implementation
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user