diff options
Diffstat (limited to 'app/Template/layout.php')
-rw-r--r-- | app/Template/layout.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/Template/layout.php b/app/Template/layout.php index 9aa34905..283a85f8 100644 --- a/app/Template/layout.php +++ b/app/Template/layout.php @@ -14,6 +14,7 @@ <?= $this->js('assets/js/app.js') ?> <?php endif ?> + <?= $this->css($this->u('app', 'colors'), false) ?> <?= $this->css('assets/css/app.css') ?> <link rel="icon" type="image/png" href="assets/img/favicon.png"> |