Commit a0afe49f0b45a0cf2fc4a11bedbbbb957c7f5a03

Authored by Alex Savenko
1 parent 7cd70cf5

refactor

Showing 1 changed file with 0 additions and 3 deletions   Show diff stats
frontend/views/catalog/product.php
@@ -18,9 +18,6 @@ @@ -18,9 +18,6 @@
18 18
19 $this->title = $product->fullname; 19 $this->title = $product->fullname;
20 20
21 - $test = $productProvider->getPagination()->getPage();  
22 - $this->registerLink(['rel' => 'next', 'href' => $test);  
23 -  
24 $this->params[ 'breadcrumbs' ][] = [ 21 $this->params[ 'breadcrumbs' ][] = [
25 'label' => 'Каталог', 22 'label' => 'Каталог',
26 'url' => [ 'catalog/category' ], 23 'url' => [ 'catalog/category' ],