aboutsummaryrefslogtreecommitdiff
path: root/app/view
diff options
context:
space:
mode:
Diffstat (limited to 'app/view')
-rw-r--r--app/view/templates/homemenu.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/view/templates/homemenu.php b/app/view/templates/homemenu.php
index ff39f1c..540806b 100644
--- a/app/view/templates/homemenu.php
+++ b/app/view/templates/homemenu.php
@@ -325,7 +325,7 @@
</ul>
<input type="submit" value="update columns">
</form>
- <?php if($user->issupereditor()) { ?>
+ <?php if($user->issupereditor() && !empty($colors)) { ?>
<h2>Tag colors</h2>
<form action="<?= $this->url('homecolors') ?>" method="post">
<?= $colors->htmlcolorpicker() ?>