mirror of
https://github.com/flextype/flextype.git
synced 2025-08-16 01:54:28 +02:00
- Snippets Controller/Views implementation
This commit is contained in:
@@ -15,7 +15,7 @@ class SnippetsController extends Controller
|
||||
'plugins/admin/views/templates/extends/snippets/index.html',
|
||||
[
|
||||
'menu_item' => 'snippets',
|
||||
'snippets_list' => $this->snippets->fetchList(),
|
||||
'snippets_list' => $this->snippets->fetchAll(),
|
||||
'links' => [
|
||||
'snippets' => [
|
||||
'link' => $this->router->pathFor('admin.snippets.index'),
|
||||
|
Reference in New Issue
Block a user