diff options
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> |