diff options
author | vincent-peugnet <v.peugnet@free.fr> | 2020-02-06 18:07:53 +0100 |
---|---|---|
committer | vincent-peugnet <v.peugnet@free.fr> | 2020-02-06 18:07:53 +0100 |
commit | 08a26d4d6fbd45cdc136b60d0fb30f53ac4fd2f7 (patch) | |
tree | 209ac84720836e39c6c96f131b5049e7ad6096b2 /app/view/templates/edit.php | |
parent | de939de88e1ed166d827616e3d17a22fe549202a (diff) | |
parent | 9d3f97870810e739041eccad234d47308747cb1f (diff) | |
download | wcms-08a26d4d6fbd45cdc136b60d0fb30f53ac4fd2f7.tar.gz wcms-08a26d4d6fbd45cdc136b60d0fb30f53ac4fd2f7.zip |
Merge branch 'better-admin'
Diffstat (limited to 'app/view/templates/edit.php')
-rw-r--r-- | app/view/templates/edit.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/view/templates/edit.php b/app/view/templates/edit.php index d0125f2..a27171a 100644 --- a/app/view/templates/edit.php +++ b/app/view/templates/edit.php @@ -17,7 +17,7 @@ <div id="workspace"> - <?php $this->insert('editleftbar', ['page' => $page, 'tablist' => $tablist, 'pagelist' => $pagelist, 'showleftpanel' => $showleftpanel, 'faviconlist' => $faviconlist]) ?> + <?php $this->insert('editleftbar', ['page' => $page, 'tablist' => $tablist, 'pagelist' => $pagelist, 'showleftpanel' => $showleftpanel, 'faviconlist' => $faviconlist, 'thumbnaillist' => $thumbnaillist]) ?> <?php $this->insert('edittabs', ['tablist' => $tablist, 'opentab' => $page->interface(), 'templates' => $page->template()]) ?> <?php $this->insert('editrightbar', ['page' => $page, 'pagelist' => $pagelist, 'showrightpanel' => $showrightpanel, 'templates' => $page->template(), 'tagpagelist' => $tagpagelist, 'lasteditedpagelist' => $lasteditedpagelist, 'editorlist' => $editorlist, 'user' => $user]) ?> |