diff options
Diffstat (limited to '')
| -rw-r--r-- | src/web/_views/head.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/web/_views/head.php b/src/web/_views/head.php index ab7bb1b..1ca6954 100644 --- a/src/web/_views/head.php +++ b/src/web/_views/head.php @@ -23,7 +23,7 @@ <link rel="manifest" href="/manifest.json"> <?php /* Main CSS */ - if (CONTEXT['app'] != 'bucket') + if (ROUTER->req['app'] != 'bucket') echo $this->link_css('css/main.css'); /* IE 4-7 Styles */ |