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