//PasswordController+PdfInvoiceController+PdfOrderReturnController+PdfOrederSlipController+PricesDropController : Refacto done

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@8848 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
mDeflotte
2011-09-28 13:56:53 +00:00
parent d943eb7b2b
commit 164006e767
5 changed files with 62 additions and 33 deletions
+5 -1
View File
@@ -35,10 +35,14 @@ class PricesDropControllerCore extends FrontController
$this->addCSS(_THEME_CSS_DIR_.'product_list.css');
}
/**
* Assign template vars related to page content
* @see FrontController::process()
*/
public function process()
{
$this->productSort();
$nbProducts = Product::getPricesDrop($this->context->language->id, NULL, NULL, true);
$nbProducts = Product::getPricesDrop($this->context->language->id, null, null, true);
$this->pagination($nbProducts);
$this->context->smarty->assign(array(