diff options
author | vincent-peugnet <v.peugnet@free.fr> | 2018-12-26 19:35:19 +0100 |
---|---|---|
committer | vincent-peugnet <v.peugnet@free.fr> | 2018-12-26 19:35:19 +0100 |
commit | 3cbecb3a54fac2708774158ae65dafec6d098937 (patch) | |
tree | bf3b105f0dffe425d528f4caa4de4dc40261167b /app/view/templates/navart.php | |
parent | b596f5d1c15ce3e2df50c756fd56080192e438ef (diff) | |
download | wcms-3cbecb3a54fac2708774158ae65dafec6d098937.tar.gz wcms-3cbecb3a54fac2708774158ae65dafec6d098937.zip |
feature: invite editors
Diffstat (limited to 'app/view/templates/navart.php')
-rw-r--r-- | app/view/templates/navart.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/view/templates/navart.php b/app/view/templates/navart.php index 9d9f3ed..be3b248 100644 --- a/app/view/templates/navart.php +++ b/app/view/templates/navart.php @@ -89,7 +89,7 @@ <?php } ?> -<?php if($user->iseditor() && $artexist) { ?> +<?php if($canedit && $artexist) { ?> <li class="drop"> <a class="button" href="<?= $this->uart('artread/', $art->id()) ?>" target="_blank">display</a> |