Поисковая система

This commit is contained in:
Konstantin
2026-05-31 11:17:00 +03:00
parent 6c8a012702
commit 2aba593aa3
8 changed files with 509 additions and 324 deletions
@@ -90,6 +90,7 @@ foreach(['name','email','telephone','address','open', 'comment'] as $item){
$data['shopping_cart'] = $this->url->link('checkout/cart');
$data['checkout'] = $this->url->link('checkout/checkout', '', true);
$data['contact'] = $this->url->link('information/contact');
$data['search_url'] = $this->url->link('product/search');
$data['telephone'] = $this->config->get('config_telephone');
$data['language'] = $this->load->controller('common/language');