diff options
author | vincent-peugnet <v.peugnet@free.fr> | 2018-12-05 02:40:16 +0100 |
---|---|---|
committer | vincent-peugnet <v.peugnet@free.fr> | 2018-12-05 02:40:16 +0100 |
commit | ad3aed389f2e0d69802641f5a5b7c6add73f1ce5 (patch) | |
tree | 1e4abd614799be623a2ae696fa960d3fba93a5a6 /app/view/templates/home.php | |
parent | fc56b60be55b4340d647d2017fdeb24b81eb84b6 (diff) | |
download | wcms-ad3aed389f2e0d69802641f5a5b7c6add73f1ce5.tar.gz wcms-ad3aed389f2e0d69802641f5a5b7c6add73f1ce5.zip |
templateoption
Diffstat (limited to 'app/view/templates/home.php')
-rw-r--r-- | app/view/templates/home.php | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ -<?php $this->layout('layout', ['title' => 'home', 'css' => $css . 'home.css']) ?> +<?php $this->layout('layout', ['title' => 'home', 'css' => $css . 'home.css', 'favicon' => '']) ?> |