diff options
author | vincent-peugnet <v.peugnet@free.fr> | 2019-10-16 18:06:37 +0200 |
---|---|---|
committer | vincent-peugnet <v.peugnet@free.fr> | 2019-10-16 18:06:37 +0200 |
commit | 8b6848dfb5d469076f05be226e862fab928cd53f (patch) | |
tree | 79ed0918ce01055bd89bd8225561636d69f64130 /app/view/templates/alert.php | |
parent | 580cbf28855e0d4b8c1a0e4802bdfb7bb42697de (diff) | |
download | wcms-8b6848dfb5d469076f05be226e862fab928cd53f.tar.gz wcms-8b6848dfb5d469076f05be226e862fab928cd53f.zip |
generate better media codes and remove w-nav menu
Diffstat (limited to 'app/view/templates/alert.php')
-rw-r--r-- | app/view/templates/alert.php | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/app/view/templates/alert.php b/app/view/templates/alert.php index 0adfc9a..24f77ed 100644 --- a/app/view/templates/alert.php +++ b/app/view/templates/alert.php @@ -23,12 +23,7 @@ $this->stop(); <main class="alert"> - <?php - if ($readernav) { - $this->insert('navart', ['user' => $user, 'art' => $art, 'artexist' => $artexist, 'canedit' => $canedit]); - } - ?> |