Текстовый логотип для витрины сайта
This commit is contained in:
@@ -44,6 +44,7 @@ foreach(['name','email','telephone','address','open', 'comment'] as $item){
|
||||
$data['direction'] = $this->language->get('direction');
|
||||
|
||||
$data['name'] = $this->config->get('config_name');
|
||||
$data['logo_text'] = $this->config->get('config_logo_text');
|
||||
|
||||
if (is_file(DIR_IMAGE . $this->config->get('config_logo'))) {
|
||||
$data['logo'] = $server . 'image/' . $this->config->get('config_logo');
|
||||
@@ -117,7 +118,7 @@ foreach(['name','email','telephone','address','open', 'comment'] as $item){
|
||||
}
|
||||
}
|
||||
|
||||
$data['city_list_url'] = 'index.php?route=common/city';
|
||||
$data['city_list_url'] = $this->url->link('common/city');
|
||||
|
||||
return $this->load->view('common/header', $data);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user