From 13acdbd444b0ae26e83ab8cf62d60a7f59268545 Mon Sep 17 00:00:00 2001 From: vincent-peugnet Date: Tue, 4 Dec 2018 13:55:04 +0100 Subject: admin panel --- app/view/templates/font.php | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'app/view/templates/font.php') 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 @@ -layout('layout', ['title' => 'font', 'css' => $css . 'font.css']) ?> +layout('layout', ['title' => 'font', 'css' => $css . 'home.css']) ?> start('page') ?> + + insert('backtopbar', ['user' => $user]) ?> + +
-- cgit v1.2.3