Fixed footer wrapper.
This commit is contained in:
parent
dbd570374a
commit
c9da564b7c
1 changed files with 3 additions and 0 deletions
|
@ -3,6 +3,8 @@
|
|||
</div> <!-- #wrapper-content -->
|
||||
|
||||
<footer role="contentinfo">
|
||||
|
||||
<div id="footerWrapper">
|
||||
<p class="copyright">
|
||||
<#if copyright??>
|
||||
<small>©${copyright.year?c}
|
||||
|
@ -47,6 +49,7 @@
|
|||
<li role="listitem"><a href="http://www.vivoweb.org/support" target="blank" title="${i18n().menu_support}">${i18n().menu_support}</a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
<#include "scripts.ftl">
|
||||
|
|
Loading…
Add table
Reference in a new issue