summaryrefslogtreecommitdiff
path: root/app/Template
diff options
context:
space:
mode:
Diffstat (limited to 'app/Template')
-rw-r--r--app/Template/layout.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/Template/layout.php b/app/Template/layout.php
index f87107a6..7baecde9 100644
--- a/app/Template/layout.php
+++ b/app/Template/layout.php
@@ -14,8 +14,9 @@
<?= $this->js('assets/js/app.js') ?>
<?php endif ?>
- <?= $this->css($this->u('app', 'colors'), false) ?>
+ <?= $this->css($this->u('app', 'colors'), false, 'all') ?>
<?= $this->css('assets/css/app.css') ?>
+ <?= $this->css('assets/css/print.css', true, 'print') ?>
<?php if ($this->config->get('application_stylesheet')): ?>
<style><?= $this->config->get('application_stylesheet') ?></style>