From ad3aed389f2e0d69802641f5a5b7c6add73f1ce5 Mon Sep 17 00:00:00 2001 From: vincent-peugnet Date: Wed, 5 Dec 2018 02:40:16 +0100 Subject: templateoption --- app/view/templates/home.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/view/templates/home.php') diff --git a/app/view/templates/home.php b/app/view/templates/home.php index 24e378b..a83361d 100644 --- a/app/view/templates/home.php +++ b/app/view/templates/home.php @@ -1,4 +1,4 @@ -layout('layout', ['title' => 'home', 'css' => $css . 'home.css']) ?> +layout('layout', ['title' => 'home', 'css' => $css . 'home.css', 'favicon' => '']) ?> -- cgit v1.2.3