From e04e2becced27b0d4fef4b8c07ac3bfcdaec8897 Mon Sep 17 00:00:00 2001 From: Li Heng Date: Wed, 5 Mar 2014 01:59:51 +0000 Subject: [PATCH] =?UTF-8?q?=09=E4=BF=AE=E6=AD=A3header=E9=A1=B5=E9=9D=A2?= =?UTF-8?q?=E6=A0=B7=E5=BC=8F=E9=97=AE=E9=A2=98=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- module/Application/view/layout/header.phtml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/module/Application/view/layout/header.phtml b/module/Application/view/layout/header.phtml index 9cf858e3..e9e7f66b 100644 --- a/module/Application/view/layout/header.phtml +++ b/module/Application/view/layout/header.phtml @@ -1,5 +1,5 @@ - +
@@ -10,7 +10,7 @@ $user = \Sookon\Helpers\View::User(); if($user) { - echo '
  • '.$user->username.'
  • '; + echo '
  • '.$user->username.'
  • '; if ($user->usertype=="administrator") echo '
  • 后台
  • 数据篮
  • 退出
  • '; } else {