From a0afe49f0b45a0cf2fc4a11bedbbbb957c7f5a03 Mon Sep 17 00:00:00 2001 From: Alex Date: Fri, 10 Feb 2017 15:03:29 +0200 Subject: [PATCH] refactor --- frontend/views/catalog/product.php | 3 --- 1 file changed, 0 insertions(+), 3 deletions(-) diff --git a/frontend/views/catalog/product.php b/frontend/views/catalog/product.php index 3ca36e6..a56b5eb 100755 --- a/frontend/views/catalog/product.php +++ b/frontend/views/catalog/product.php @@ -18,9 +18,6 @@ $this->title = $product->fullname; - $test = $productProvider->getPagination()->getPage(); - $this->registerLink(['rel' => 'next', 'href' => $test); - $this->params[ 'breadcrumbs' ][] = [ 'label' => 'Каталог', 'url' => [ 'catalog/category' ], -- libgit2 0.21.4