summaryrefslogtreecommitdiffstats
path: root/web/template/footer.php
blob: fe8f89cdbcfff15c24abd5ffb0d040b86117c0d6 (plain)
1
2
3
4
5
6
7
8
9
10
11

	<!-- End of main content -->
	<br />
<?php
	if ($ver) {
		print "<p style=\"text-align: right; font-size: 14px;\"><b>$ver</b></p>\n";
	}
?>
	</div>
	</body>
</html>