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/read.php | 67 ----------------------------------------------- 1 file changed, 67 deletions(-) delete mode 100644 w/view/templates/read.php (limited to 'w/view/templates/read.php') diff --git a/w/view/templates/read.php b/w/view/templates/read.php deleted file mode 100644 index 35b1e7d..0000000 --- a/w/view/templates/read.php +++ /dev/null @@ -1,67 +0,0 @@ -layout('readerlayout') ?> - -start('head'); - -if ($artexist) { - if ($canread) { - echo $head; - } else { - $this->insert('arthead', ['title' => $art->title(), 'description' => $art->description()]); - } -} else { - $this->insert('arthead', ['title' => $art->id(), 'description' => $alertnotexist]); -} - - - -$this->stop(); -?> - - - - - - - - - -start('page') ?> - - - - - - insert('navart', ['user' => $user, 'art' => $art, 'artexist' => $artexist]); - } - ?> - - - - '.$alertprivate.''; - } - - } else { - echo '

' . $alertnotexist . '

'; - if ($cancreate) { - $this->insert('readcreate', ['id' => $art->id()]); - } - } - - - - ?> - - - - -stop() ?> \ No newline at end of file -- cgit v1.2.3