mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-04 13:35:13 +02:00
* develop-olympus: [ticket/11069] Add closing span back to credit line in subsilver2 simple footer
14 lines
430 B
HTML
14 lines
430 B
HTML
|
|
</div>
|
|
|
|
<div id="wrapfooter">
|
|
<span class="copyright">{CREDIT_LINE}</span>
|
|
</div>
|
|
|
|
<script type="text/javascript" src="{T_JQUERY_LINK}"></script>
|
|
<!-- IF S_JQUERY_FALLBACK --><script type="text/javascript">window.jQuery || document.write(unescape('%3Cscript src="{T_ASSETS_PATH}/javascript/jquery.js?assets_version={T_ASSETS_VERSION}" type="text/javascript"%3E%3C/script%3E'));</script><!-- ENDIF -->
|
|
{SCRIPTS}
|
|
|
|
</body>
|
|
</html>
|