add back material icons

This commit is contained in:
Dario Rekowski on RockPI 2020-06-11 14:44:55 +00:00
parent a4e1f8d20c
commit 980ebada01
2 changed files with 3 additions and 1 deletions

View File

@ -32,7 +32,7 @@ $GLOBALS["self"] = $this;
<?= $this->fetch('title') ?>
</title>
<?= $this->Html->meta('icon') ?>
<?= $this->Html->css(['main.css']) ?>
<?= $this->Html->css(['rippleUI/style.css', 'materialdesignicons.min.css']) ?>
<?= $this->Html->script(['basic']) ?>
<?= $this->fetch('meta') ?>

File diff suppressed because one or more lines are too long