Skip to content

Commit

Permalink
Merge pull request #8 from alfredbuehler/patch-3
Browse files Browse the repository at this point in the history
Adjust for new Kanboard theme feature
  • Loading branch information
kenlog authored Sep 21, 2024
2 parents c2dd733 + df65036 commit f729993
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Template/layout.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

<?= $this->asset->colorCss() ?>
<?= $this->asset->css('assets/css/vendor.min.css') ?>
<?= $this->asset->css('assets/css/app.min.css') ?>
<?= $this->asset->css('assets/css/' . (APP_VERSION < '1.2.29' ? 'app.min.css' : 'auto.min.css')) ?>
<?= $this->asset->css('assets/css/print.min.css', true, 'print') ?>
<?= $this->asset->customCss() ?>

Expand Down

0 comments on commit f729993

Please sign in to comment.