diff options
Diffstat (limited to 'app/view/templates/font.php')
-rw-r--r-- | app/view/templates/font.php | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/app/view/templates/font.php b/app/view/templates/font.php index e294031..1bd64a2 100644 --- a/app/view/templates/font.php +++ b/app/view/templates/font.php @@ -1,9 +1,13 @@ -<?php $this->layout('layout', ['title' => 'font', 'css' => $css . 'font.css']) ?> +<?php $this->layout('layout', ['title' => 'font', 'css' => $css . 'home.css']) ?> <?php $this->start('page') ?> <body> + + <?php $this->insert('backtopbar', ['user' => $user]) ?> + + <section class="font"> |