aboutsummaryrefslogtreecommitdiff
path: root/app/view/templates/read.php
diff options
context:
space:
mode:
authorvincent-peugnet <v.peugnet@free.fr>2019-10-16 18:06:37 +0200
committervincent-peugnet <v.peugnet@free.fr>2019-10-16 18:06:37 +0200
commit8b6848dfb5d469076f05be226e862fab928cd53f (patch)
tree79ed0918ce01055bd89bd8225561636d69f64130 /app/view/templates/read.php
parent580cbf28855e0d4b8c1a0e4802bdfb7bb42697de (diff)
downloadwcms-8b6848dfb5d469076f05be226e862fab928cd53f.tar.gz
wcms-8b6848dfb5d469076f05be226e862fab928cd53f.zip
generate better media codes and remove w-nav menu
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>