summaryrefslogtreecommitdiffstats
path: root/web/template/footer.php
blob: 669c9a026732da30dd316c07fabd1e8dd10b1390 (plain)
1
2
3
4
5
6
7
8
9
10
	<!-- End of main content -->
<?php
	if ($ver) {
		echo "<div class=\"pgbox version\">" . htmlspecialchars($ver) . "</div>";
	}
?>
		</div>
	</body>
</html>