mirror of
https://github.com/Karaka-Management/oms-ProjectManagement.git
synced 2026-02-09 12:28:42 +00:00
add css version
This commit is contained in:
parent
372140b8ca
commit
4ea4045e09
|
|
@ -94,7 +94,7 @@ final class BackendController extends Controller
|
||||||
{
|
{
|
||||||
/** @var \phpOMS\Model\Html\Head $head */
|
/** @var \phpOMS\Model\Html\Head $head */
|
||||||
$head = $response->get('Content')->getData('head');
|
$head = $response->get('Content')->getData('head');
|
||||||
$head->addAsset(AssetType::CSS, '/Modules/Calendar/Theme/Backend/css/styles.css');
|
$head->addAsset(AssetType::CSS, '/Modules/Calendar/Theme/Backend/css/styles.css?v=1.0.0');
|
||||||
|
|
||||||
$view = new View($this->app->l11nManager, $request, $response);
|
$view = new View($this->app->l11nManager, $request, $response);
|
||||||
$view->setTemplate('/Modules/ProjectManagement/Theme/Backend/projectmanagement-profile');
|
$view->setTemplate('/Modules/ProjectManagement/Theme/Backend/projectmanagement-profile');
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user