mirror of
https://github.com/flextype/flextype.git
synced 2025-08-27 06:54:31 +02:00
- Templates Controller/Views implementation
This commit is contained in:
@@ -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);
|
||||
};
|
||||
}
|
||||
|
Reference in New Issue
Block a user