Adding console admin to footer
This commit is contained in:
parent
89ff956f25
commit
408435161e
|
|
@ -109,10 +109,12 @@
|
|||
</div>
|
||||
</div>
|
||||
-->
|
||||
<div class='footer-admin'>
|
||||
<a href="${adminUrl}"><img src="${resourcesPath}/admin2.png" alt="admin console" class="footer-admin"></a>
|
||||
</div>
|
||||
<div class='footer'>
|
||||
<#if properties.displayCommunityLinks = "true">
|
||||
<a href="${adminUrl}"><img src="${resourcesPath}/admin2.png" alt="admin console" class="footer-admin"></a>
|
||||
<a href="https://www.keycloak.org/"><img src="${resourcesPath}/keycloak-logo-text.png" alt="KeyCloak"></a>
|
||||
<a href="https://www.keycloak.org/"><img src="${resourcesPath}/keycloak-logo-text.png" alt="KeyCloak"></a>
|
||||
<a href="http://www.jboss.org"><img src="welcome-content/jboss_community.png" alt="JBoss and JBoss Community"></a>
|
||||
</#if>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in New Issue