aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/adm/style/overall_footer.html
blob: 361d3185fd183508c11c529fc13c8b1ee7df8380 (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 -->
			{CREDIT_LINE}
			<!-- IF TRANSLATION_INFO --><br />{TRANSLATION_INFO}<!-- ENDIF -->
		<!-- ENDIF -->

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

</body>
</html>