头像显示
This commit is contained in:
@@ -288,9 +288,9 @@ window.onresize=function(){
|
||||
<!-- BEGIN USER LOGIN DROPDOWN -->
|
||||
<li class="dropdown dropdown-user"><a href="javascript:;"
|
||||
class="dropdown-toggle" data-toggle="dropdown"
|
||||
data-close-others="true"> <img alt=""
|
||||
class="img-circle"
|
||||
src="${pageContext.request.contextPath}/static/pages/img/avatar.png" />
|
||||
data-close-others="true">
|
||||
<img alt="" class="img-circle" src=${fns:getUser().photo }/>
|
||||
<%-- src="${pageContext.request.contextPath}/static/pages/img/avatar.png" /> --%>
|
||||
<span class="username username-hide-on-mobile">
|
||||
${fns:getUser().name}</span> <i class="fa fa-angle-down"></i>
|
||||
</a>
|
||||
|
||||
Reference in New Issue
Block a user