diff options
author | vincent-peugnet <v.peugnet@free.fr> | 2020-01-30 03:32:31 +0100 |
---|---|---|
committer | vincent-peugnet <v.peugnet@free.fr> | 2020-01-30 03:32:31 +0100 |
commit | 27f1fb9c19fa2c2fd28863809ccc6ba526499c0d (patch) | |
tree | 5dbbc75a29a4b160db3042c41367d81e0285c70e /app/view/templates/home.php | |
parent | eab190e895124ef643c2b0574c84f3424857eeac (diff) | |
download | wcms-27f1fb9c19fa2c2fd28863809ccc6ba526499c0d.tar.gz wcms-27f1fb9c19fa2c2fd28863809ccc6ba526499c0d.zip |
thumbnail can be changed in multi edit
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 3ca4556..fafd87b 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, 'faviconlist' => $faviconlist, 'editorlist' => $editorlist, 'colors' => $colors]); + $this->insert('homemenu', ['user' => $user, 'opt' => $opt, 'optlist' => $optlist, 'pagelist' => $pagelist, 'faviconlist' => $faviconlist, 'thumbnaillist' => $thumbnaillist, 'editorlist' => $editorlist, 'colors' => $colors]); ?> |