Suppression du module Smarty en standalone pour passer sur composer

This commit is contained in:
2018-06-25 23:20:44 +02:00
parent f9229a6025
commit adfdfe2b63
24 changed files with 542 additions and 818 deletions

View File

@ -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',