Текст вместо "по умолчанию" в названии магазина
This commit is contained in:
@@ -543,7 +543,7 @@ class ControllerBlogArticle extends Controller {
|
||||
|
||||
$data['stores'][] = array(
|
||||
'store_id' => 0,
|
||||
'name' => $this->language->get('text_default')
|
||||
'name' => $this->config->get('config_name')
|
||||
);
|
||||
|
||||
$stores = $this->model_setting_store->getStores();
|
||||
|
||||
@@ -316,7 +316,7 @@ class ControllerBlogCategory extends Controller {
|
||||
|
||||
$data['stores'][] = array(
|
||||
'store_id' => 0,
|
||||
'name' => $this->language->get('text_default')
|
||||
'name' => $this->config->get('config_name')
|
||||
);
|
||||
|
||||
$stores = $this->model_setting_store->getStores();
|
||||
|
||||
Reference in New Issue
Block a user