Fixed missing references for css/js files
This commit is contained in:
parent
a3aa9c3077
commit
16d14bd7e0
1 changed files with 2 additions and 2 deletions
|
@ -28,8 +28,8 @@ class Bootstrap
|
||||||
session_start();
|
session_start();
|
||||||
|
|
||||||
$this->context->title = $this->config->main->title;
|
$this->context->title = $this->config->main->title;
|
||||||
$this->context->stylesheets = ['core.css'];
|
$this->context->stylesheets = ['core.css', 'jquery-ui.css', 'jquery.tagit.css'];
|
||||||
$this->context->scripts = ['core.js'];
|
$this->context->scripts = ['core.js','jquery.min.js','jquery-ui.min.js','jquery.tagit.js'];
|
||||||
|
|
||||||
$this->context->layoutName = isset($_GET['json'])
|
$this->context->layoutName = isset($_GET['json'])
|
||||||
? 'layout-json'
|
? 'layout-json'
|
||||||
|
|
Reference in a new issue