Replace DI::app() with DI::appHelper()
This commit is contained in:
parent
5f7482d081
commit
84659fc1ad
19 changed files with 21 additions and 21 deletions
|
@ -17,7 +17,7 @@ function highlightjs_install()
|
|||
|
||||
function highlightjs_head(string &$str)
|
||||
{
|
||||
if (DI::app()->getCurrentTheme() == 'frio') {
|
||||
if (DI::appHelper()->getCurrentTheme() == 'frio') {
|
||||
$style = 'bootstrap';
|
||||
} else {
|
||||
$style = 'default';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue