//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:
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user