Категории услуг и удаление latest из блога

This commit is contained in:
Konstantin
2026-05-30 10:13:44 +03:00
parent e45a057ffa
commit 95ac0ef898
37 changed files with 1959 additions and 827 deletions
+1 -11
View File
@@ -62,16 +62,6 @@ class ControllerBlogCategory extends Controller {
'href' => $this->url->link('common/home')
);
$configblog_name = $this->config->get('configblog_name');
if (!empty($configblog_name)) {
$name = $this->config->get('configblog_name');
} else {
$name = $this->language->get('text_blog');
}
if (isset($this->request->get['blog_category_id'])) {
$url = '';
@@ -414,4 +404,4 @@ class ControllerBlogCategory extends Controller {
$this->response->setOutput($this->load->view('error/not_found', $data));
}
}
}
}