Suppression du module Smarty en standalone pour passer sur composer
This commit is contained in:
@ -57,6 +57,9 @@ return [
|
||||
'doctype' => 'HTML5',
|
||||
'not_found_template' => 'error/404',
|
||||
'exception_template' => 'error/index',
|
||||
'strategies' => [
|
||||
'Smarty\View\Strategy'
|
||||
],
|
||||
'template_map' => [
|
||||
'layout/layout' => __DIR__ . '/../view/layout/layout.tpl',
|
||||
'application/index/index' => __DIR__ . '/../view/application/index/index.tpl',
|
||||
|
Reference in New Issue
Block a user