From fc56b60be55b4340d647d2017fdeb24b81eb84b6 Mon Sep 17 00:00:00 2001 From: vincent-peugnet Date: Tue, 4 Dec 2018 22:12:34 +0100 Subject: showeditmenu --- app/view/templates/editrightbar.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'app/view/templates/editrightbar.php') diff --git a/app/view/templates/editrightbar.php b/app/view/templates/editrightbar.php index 9572678..26976e8 100644 --- a/app/view/templates/editrightbar.php +++ b/app/view/templates/editrightbar.php @@ -10,7 +10,7 @@ -
  • id() ? '★' : '✎' ?>
  • +
  • id() ? '➤' : '✎' ?>
  • '; foreach ($idlist as $id) { if($id === $art->id()) { - echo '
  • ★ '.$id.'
  • '; + echo '
  • ➤ '.$id.'
  • '; } else { ?>
  • -- cgit v1.2.3