aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/adm/style/simple_footer.html
blob: 272fd5e3fba671b8451dcf4adf98f80e42b0ffef (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
		<div style="text-align: {S_CONTENT_FLOW_END};"><a href="#" onclick="self.close(); return false;">{L_CLOSE_WINDOW}</a></div>
	<br /><br />
</div>

<div id="page-footer">

	<!-- IF S_COPYRIGHT_HTML -->
		<br />Powered by <a href="http://www.phpbb.com/">phpBB</a>&reg; Forum Software &copy; phpBB Group
		<!-- IF TRANSLATION_INFO --><br />{TRANSLATION_INFO}<!-- ENDIF -->
	<!-- ENDIF -->

	<!-- IF DEBUG_OUTPUT -->
		<!-- IF S_COPYRIGHT_HTML --><br /><br /><!-- ENDIF -->
		{DEBUG_OUTPUT}
	<!-- ENDIF -->

</div>

<script type="text/javascript" src="{T_ASSETS_PATH}/javascript/jquery.js"></script>

</body>
</html>