From 0660c99cb9e2dae3b0e41975f643609231258147 Mon Sep 17 00:00:00 2001 From: vincent-peugnet Date: Wed, 28 Nov 2018 07:58:55 +0100 Subject: minor changes --- app/view/templates/edit.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'app/view/templates/edit.php') 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 @@
insert('editleftbar', ['art' => $art, 'tablist' => $tablist, 'artlist' => $artlist, 'showleftpanel' => $showleftpanel]) ?> - insert('edittabs', ['tablist' => $tablist, 'opentab' => $art->interface()]) ?> + insert('edittabs', ['tablist' => $tablist, 'opentab' => $art->interface(), 'template' => $art->template()]) ?> insert('editrightbar', ['art' => $art, 'artlist' => $artlist, 'showrightpanel' => $showrightpanel, 'fonts' => $fonts]) ?>
@@ -29,4 +29,4 @@ -stop() ?> \ No newline at end of file +stop('page') ?> \ No newline at end of file -- cgit v1.2.3