diff options
Diffstat (limited to 'w/view/templates/edit.php')
-rw-r--r-- | w/view/templates/edit.php | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/w/view/templates/edit.php b/w/view/templates/edit.php index 39c2104..4db6706 100644 --- a/w/view/templates/edit.php +++ b/w/view/templates/edit.php @@ -21,11 +21,10 @@ <form action="?id=<?= $art->id() ?>&action=update" method="post" id="artedit"> - - - <?php $this->insert('edittopbar', ['config' => $config, 'art' => $art]) ?> - <?php $this->insert('editsidebar', ['config' => $config, 'art' => $art]) ?> + + <?php $this->insert('edittopbar', ['art' => $art]) ?> + <?php $this->insert('editsidebar', ['art' => $art]) ?> <style>textarea{font-size: <?= Config::fontsize() ?>px}</style> |