engelsystem/includes/footer.php

41 lines
661 B
PHP
Raw Normal View History

<!-- anfang des footers //-->
2011-06-01 12:13:39 +02:00
<br />
<p align="center">
2011-06-01 13:36:24 +02:00
<?php
if (IsSet ($_SESSION['oldurl']))
echo "<a href=\"" . $_SESSION["oldurl"] . "\">" . Get_Text("back") . "</a>&nbsp;";
?>
2011-06-01 12:13:39 +02:00
<a href="#top"><?php echo Get_Text("top"); ?></a>
</p>
</td>
</tr>
</table>
2011-06-01 12:13:39 +02:00
</td>
<!-- anfang des menue parts //-->
2011-06-01 12:13:39 +02:00
<?php
2011-06-01 13:36:24 +02:00
if ($_SESSION['Menu'] == "R")
include ("menu.php");
?>
<!-- ende des menue parts //-->
</table>
2011-06-01 13:36:24 +02:00
<footer>
<p>
&copy; copyleft - <a href="mailto:erzengel@lists.ccc.de">Kontakt</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
2011-06-01 13:36:24 +02:00
include ("funktion_counter.php");
mysql_close($con);
?>
2011-06-01 12:13:39 +02:00
</body>
</html>