diff options
Diffstat (limited to 'app/view/templates/homemenu.php')
-rw-r--r-- | app/view/templates/homemenu.php | 2 |
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() ?> |