Текст вместо "по умолчанию" в названии магазина

This commit is contained in:
Konstantin
2026-05-30 13:37:34 +03:00
parent 9b60eea881
commit 8e919ba1d3
11 changed files with 12 additions and 12 deletions
+1 -1
View File
@@ -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)
);