diff --git a/application/default/views/scripts/header.phtml b/application/default/views/scripts/header.phtml index 846289ba..97008942 100755 --- a/application/default/views/scripts/header.phtml +++ b/application/default/views/scripts/header.phtml @@ -19,7 +19,7 @@ echo ' '.$user->username.' '; if ($user->usertype=="administrator") echo ' 后台 数据篮 退出 '; } else { - echo '登录 | 注册'; + echo '登 录 | 注 册'; } ?>
@@ -28,8 +28,9 @@