Категории услуг и удаление 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
@@ -182,6 +182,14 @@ class ControllerCommonColumnLeft extends Controller {
);
}
if ($this->user->hasPermission('access', 'service/category')) {
$service[] = array(
'name' => $this->language->get('text_service_category'),
'href' => $this->url->link('service/category', 'user_token=' . $this->session->data['user_token'], true),
'children' => array()
);
}
if ($service) {
$data['menus'][] = array(
'id' => 'menu-service',