//OrderOpcController+OrderSlipController+PageNotFoundController : Refacto done

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@8867 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
mDeflotte
2011-09-29 09:03:41 +00:00
parent e689f575dd
commit 50bdd80431
3 changed files with 16 additions and 0 deletions
@@ -29,6 +29,10 @@ class PageNotFoundControllerCore extends FrontController
{
public $php_self = '404';
/**
* Assign template vars related to page content
* @see FrontController::process()
*/
public function process()
{
$this->setTemplate(_PS_THEME_DIR_.'404.tpl');