diff options
Diffstat (limited to 'app/view/templates/edit.php')
-rw-r--r-- | app/view/templates/edit.php | 4 |
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 |