Ver código fonte

顶部文件显示bug更改

likeku 7 anos atrás
pai
commit
28f8076f6e
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      protected/view/v2/_body_top.html

+ 1 - 1
protected/view/v2/_body_top.html

@@ -1,3 +1,3 @@
 <div class="width950 userInfoPanel clearfix">
-		<a href="http://sso.smartcost.com.cn" title="返回通行帐号首页"><img src="{{rootUrl_IMG}}mainlogo.png" class="fL"></a><p><b>{{name}}</b>,<a href="{{rootUrl}}profile">管理</a>&nbsp;<a href="{{rootUrl}}logout">退出</a></p>
+		<a href="http://sso.smartcost.com.cn" title="返回通行帐号首页"><img src="{{rootUrl_IMG}}mainlogo.png" class="fL"></a><!-- if isset({{name}}) && !empty({{name}}) --><p><b>{{name}}</b>,<a href="{{rootUrl}}profile">管理</a>&nbsp;<a href="{{rootUrl}}logout">退出</a></p><!-- endif -->
 </div>