This commit is contained in:
@@ -50,9 +50,12 @@
|
||||
</li>
|
||||
</ul>
|
||||
<div class="fn-right top-info">
|
||||
<a href="${servePath}/admin-index.do#main" title="${adminLabel}" id="settings" data-ico="p"></a>
|
||||
<hr>
|
||||
<a id="logout" title="${logoutLabel}" data-ico=""></a>
|
||||
<a href="${servePath}/start" title="${startToUseLabel}" id="register" data-ico=""></a>
|
||||
<#if isLoggedIn>
|
||||
<a href="${servePath}/admin-index.do#main" title="${adminLabel}" data-ico="p"></a>
|
||||
<hr>
|
||||
<a href="${logoutURL}" title="${logoutLabel}" data-ico=""></a>
|
||||
<#else>
|
||||
<a href="${servePath}/start" title="${startToUseLabel}" data-ico=""></a>
|
||||
</#if>
|
||||
</div>
|
||||
</div>
|
||||
Reference in New Issue
Block a user