aboutsummaryrefslogtreecommitdiff
path: root/app/view/templates/edit.php
diff options
context:
space:
mode:
authorvincent-peugnet <v.peugnet@free.fr>2018-11-28 07:58:55 +0100
committervincent-peugnet <v.peugnet@free.fr>2018-11-28 07:58:55 +0100
commit0660c99cb9e2dae3b0e41975f643609231258147 (patch)
tree247deb88055b330e063179dec3d74465eb9cccac /app/view/templates/edit.php
parentd46c05b12b9dcd65d2d9cd230bf45b5bdf6fa8bd (diff)
downloadwcms-0660c99cb9e2dae3b0e41975f643609231258147.tar.gz
wcms-0660c99cb9e2dae3b0e41975f643609231258147.zip
minor changes
Diffstat (limited to 'app/view/templates/edit.php')
-rw-r--r--app/view/templates/edit.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/view/templates/edit.php b/app/view/templates/edit.php
index a729302..8071964 100644
--- a/app/view/templates/edit.php
+++ b/app/view/templates/edit.php
@@ -19,7 +19,7 @@
<div id="workspace">
<?php $this->insert('editleftbar', ['art' => $art, 'tablist' => $tablist, 'artlist' => $artlist, 'showleftpanel' => $showleftpanel]) ?>
- <?php $this->insert('edittabs', ['tablist' => $tablist, 'opentab' => $art->interface()]) ?>
+ <?php $this->insert('edittabs', ['tablist' => $tablist, 'opentab' => $art->interface(), 'template' => $art->template()]) ?>
<?php $this->insert('editrightbar', ['art' => $art, 'artlist' => $artlist, 'showrightpanel' => $showrightpanel, 'fonts' => $fonts]) ?>
</div>
@@ -29,4 +29,4 @@
</section>
</body>
-<?php $this->stop() ?> \ No newline at end of file
+<?php $this->stop('page') ?> \ No newline at end of file