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