aboutsummaryrefslogtreecommitdiff
path: root/app/view/templates/read.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/view/templates/read.php')
-rw-r--r--app/view/templates/read.php12
1 files changed, 1 insertions, 11 deletions
diff --git a/app/view/templates/read.php b/app/view/templates/read.php
index 54b137e..27c3d87 100644
--- a/app/view/templates/read.php
+++ b/app/view/templates/read.php
@@ -15,17 +15,7 @@ $this->stop();
<body>
-
- <?php
- if ($readernav) {
- $this->insert('navart', ['user' => $user, 'art' => $art, 'artexist' => $artexist, 'canedit' => $canedit]);
- }
-
-
-
- echo $body;
-
- ?>
+<?= $body ?>
</body>