From e34917977d3a03efe559239363ef9a8258959bdc Mon Sep 17 00:00:00 2001 From: laf Date: Sun, 22 Feb 2015 21:15:09 +0000 Subject: [PATCH] Added logout icon --- html/includes/print-menubar.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/includes/print-menubar.php b/html/includes/print-menubar.php index 5fcf0bc045..4c122bdc36 100644 --- a/html/includes/print-menubar.php +++ b/html/includes/print-menubar.php @@ -456,7 +456,7 @@ if ($_SESSION['userlevel'] >= '10') if ($_SESSION['authenticated']) { echo(' -
  • Logout
  • +
  • Logout Logout
  • '); } ?>