aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/adm/style/overall_footer.html
blob: 689452c2686fc8400b2d1b685cbd0fea21a2a96b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24

					</div>
				</div>
			<span class="corners-bottom"><span></span></span>
			<div class="clear"></div>
		</div>
		</div>
	</div>

	<div id="page-footer">
		<!-- IF S_COPYRIGHT_HTML -->
			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 /><!-- ENDIF -->
			{DEBUG_OUTPUT}
		<!-- ENDIF -->
	</div>
</div>

</body>
</html>