Explorar el Código

顶部文件显示bug更改

likeku hace 7 años
padre
commit
28f8076f6e
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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>