engelsystem/includes/footer.php

19 lines
304 B
PHP
Raw Normal View History

2011-06-01 17:41:49 +02:00
</article>
</div>
</div>
2011-06-01 13:36:24 +02:00
<footer>
<p>
2011-06-02 00:48:29 +02:00
&copy; copyleft | <a href="mailto:erzengel@lists.ccc.de">Contact</a> | <a href="<?php echo $ENGEL_ROOT; ?>credits.php">Credits</a><br />
2011-06-01 15:06:09 +02:00
This is hell. Temporarily.
2011-06-01 13:36:24 +02:00
</p>
</footer>
<?php
include ("funktion_counter.php");
mysql_close($con);
?>
2011-06-01 12:13:39 +02:00
</body>
</html>