Текст вместо "по умолчанию" в названии магазина
This commit is contained in:
@@ -108,7 +108,7 @@ class ControllerSettingStore extends Controller {
|
||||
|
||||
$data['stores'][] = array(
|
||||
'store_id' => 0,
|
||||
'name' => $this->config->get('config_name') . $this->language->get('text_default'),
|
||||
'name' => $this->config->get('config_name'),
|
||||
'url' => $this->config->get('config_secure') ? HTTPS_CATALOG : HTTP_CATALOG,
|
||||
'edit' => $this->url->link('setting/setting', 'user_token=' . $this->session->data['user_token'], true)
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user