aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/subsilver2/template/simple_footer.html
blob: 38a86c500193637f6c7cc50a412aded8ddd4e3d7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13

</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>