1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-27 06:54:31 +02:00

Flextype Box Plugin: Admin #125 #117

- Templates Controller/Views implementation
This commit is contained in:
Awilum
2019-05-24 11:06:32 +03:00
parent 51289732c6
commit 9d463ff4e8

View File

@@ -55,4 +55,8 @@ if (isset($uri) && isset($uri[0]) && $uri[0] == 'admin') {
$flextype['SnippetsController'] = function($container) {
return new SnippetsController($container);
};
$flextype['TemplatesController'] = function($container) {
return new TemplatesController($container);
};
}