summaryrefslogtreecommitdiff
path: root/includes/footer.php
blob: fdf0058105eacb4c7154bc1a9f8b4dbe65215af3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
</article>
</div>
</div>

<footer>
	<p>
		&copy; copyleft | <a href="mailto:erzengel@lists.ccc.de">Contact</a> | <a href="<?php echo $ENGEL_ROOT; ?>credits.php">Credits</a><br />
		This is hell. Temporarily.
	</p>
</footer>

<?php
include ("funktion_counter.php");
mysql_close($con);
?>

</body>
</html>