diff options
author | vincent-peugnet <v.peugnet@free.fr> | 2020-01-11 14:16:18 +0100 |
---|---|---|
committer | vincent-peugnet <v.peugnet@free.fr> | 2020-01-11 14:16:18 +0100 |
commit | c599b349667630b328ab2560abccbb7e4fe47801 (patch) | |
tree | ff7acf6aa39b3d99396e3eb6b44a7e99ab704661 /app/view/templates/home.php | |
parent | d9816ef4affa3d7096a2189e9b171d9d130a727e (diff) | |
download | wcms-c599b349667630b328ab2560abccbb7e4fe47801.tar.gz wcms-c599b349667630b328ab2560abccbb7e4fe47801.zip |
multiedit : addauthor
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 63706d0..a60a5cc 100644 --- a/app/view/templates/home.php +++ b/app/view/templates/home.php @@ -16,7 +16,7 @@ <?php $optlist = $optlist ?? null; - $this->insert('homemenu', ['user' => $user, 'opt' => $opt, 'optlist' => $optlist, 'pagelist' => $pagelist]); + $this->insert('homemenu', ['user' => $user, 'opt' => $opt, 'optlist' => $optlist, 'pagelist' => $pagelist, 'faviconlist' => $faviconlist, 'editorlist' => $editorlist]); ?> |