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

	<!-- End of main content -->
<?php
	if ($ver) {
		echo "<div class=\"pgbox version\">" . htmlspecialchars($ver) . "</div>";
	}
?>
	</body>
</html>