CRUD tag entity

This commit is contained in:
2024-11-25 16:58:01 +03:00
parent 745707ee09
commit 4920d3b08e
15 changed files with 327 additions and 17 deletions

View File

@ -13,6 +13,6 @@ class ModuleTabsWidget extends Widget
'/admin' => 'Локальные',
'/admin/module_shop_client' => 'Каталог'
];
$this->cgView->render('/module_tabs.php', ['tabs' => $tabs]);
$this->cgView->render('/tabs.php', ['tabs' => $tabs]);
}
}