changed path from dirname(__FILE__) to PS_ROOT_DIR

This commit is contained in:
emilien-puget
2013-10-24 11:44:52 +02:00
parent 9a7c3dd88f
commit 92c2f6953f
9 changed files with 26 additions and 26 deletions
+1 -1
View File
@@ -314,7 +314,7 @@ class OrderControllerCore extends ParentOrderController
$this->_assignCarrier();
$this->step = 2;
$this->displayContent();
include(dirname(__FILE__).'/../footer.php');
include(_PS_ROOT_DIR_.'/footer.php');
exit;
}
$orderTotal = $this->context->cart->getOrderTotal();