s2i2s-theme/login/footer.ftl

13 lines
318 B
Plaintext

<#macro content>
<#-- footer at the end of the login box -->
<div id="kc-login-footer-links">
Powered by
<a href="${properties.kcLogoLink}" target="_blank">
<img class="doc-img" src="${url.resourcesPath}/img/k-logo.png"/>
</a> |
<a href="${properties.linkHelp}" target="_blank">
Help
</a>
</div>
</#macro>