Категории услуг и удаление latest из блога
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user