mise en place du templatind dans Thelia

This commit is contained in:
Manuel Raynaud
2012-10-18 17:54:49 +02:00
parent b603c6cf44
commit 60057f4cc9
8 changed files with 152 additions and 18 deletions

View File

@@ -22,11 +22,9 @@ if( false === in_array($request->getClientIp(), $trustIp)){
$thelia = new Thelia('dev', true);
//var_dump($thelia->getContainer());
$response = $thelia->handle($request)->prepare($request)->send();
$thelia->terminate($request, $reponse);
$thelia->terminate($request, $response);
?>