Тексты товаров в разные ячейки и 404 страница
This commit is contained in:
@@ -63,7 +63,15 @@ class ControllerInformationSitemap extends Controller {
|
||||
$data['download'] = $this->url->link('account/download', '', true);
|
||||
$data['cart'] = $this->url->link('checkout/cart');
|
||||
$data['checkout'] = $this->url->link('checkout/checkout', '', true);
|
||||
$data['search'] = $this->url->link('product/search');
|
||||
$data['search'] = $this->url->link('common/home');
|
||||
$data['catalog'] = $this->url->link('common/home');
|
||||
|
||||
if ($categories_1) {
|
||||
$data['search'] = $this->url->link('product/category', 'path=' . $categories_1[0]['category_id']);
|
||||
$data['catalog'] = $this->url->link('product/category', 'path=' . $categories_1[0]['category_id']);
|
||||
}
|
||||
|
||||
$data['text_catalog'] = $categories_1 ? $categories_1[0]['name'] : $this->language->get('text_search');
|
||||
$data['contact'] = $this->url->link('information/contact');
|
||||
|
||||
$this->load->model('catalog/information');
|
||||
|
||||
Reference in New Issue
Block a user