diff options
Diffstat (limited to 'app/view/templates/font.php')
-rw-r--r-- | app/view/templates/font.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/view/templates/font.php b/app/view/templates/font.php index 8fcf149..cf6d309 100644 --- a/app/view/templates/font.php +++ b/app/view/templates/font.php @@ -1,4 +1,4 @@ -<?php $this->layout('layout', ['title' => 'font', 'css' => $css . 'home.css']) ?> +<?php $this->layout('layout', ['title' => 'font', 'stylesheets' => [$css . 'home.css']]) ?> <?php $this->start('page') ?> |