From d7f3313ff4514e38c9f53439cd1a1287e56e45f7 Mon Sep 17 00:00:00 2001 From: vincent-peugnet Date: Sun, 11 Nov 2018 17:19:26 +0100 Subject: reboot folder --- w/view/templates/edit.php | 35 ----------------------------------- 1 file changed, 35 deletions(-) delete mode 100644 w/view/templates/edit.php (limited to 'w/view/templates/edit.php') diff --git a/w/view/templates/edit.php b/w/view/templates/edit.php deleted file mode 100644 index 33d42f4..0000000 --- a/w/view/templates/edit.php +++ /dev/null @@ -1,35 +0,0 @@ -layout('layout', ['title' => '✏ '.$art->title()]) ?> - - - - -start('page') ?> - - - - -
- - insert('navart', ['user' => $user, 'art' => $art, 'artexist' => $artexist]) ?> - - - - insert('edittopbar', ['art' => $art]) ?> - -
- - insert('editleftbar', ['art' => $art, 'tablist' => $tablist, 'artlist' => $artlist, 'showleftpanel' => $showleftpanel]) ?> - insert('edittabs', ['tablist' => $tablist, 'opentab' => $art->interface()]) ?> - insert('editrightbar', ['art' => $art, 'artlist' => $artlist, 'showrightpanel' => $showrightpanel]) ?> - -
- - - - - - -
- - -stop() ?> \ No newline at end of file -- cgit v1.2.3