You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

41 lines
661 B
PHTML

<!-- anfang des footers //-->
14 years ago
<br />
<p align="center">
14 years ago
<?php
if (IsSet ($_SESSION['oldurl']))
echo "<a href=\"" . $_SESSION["oldurl"] . "\">" . Get_Text("back") . "</a>&nbsp;";
?>
14 years ago
<a href="#top"><?php echo Get_Text("top"); ?></a>
</p>
</td>
</tr>
</table>
14 years ago
</td>
<!-- anfang des menue parts //-->
14 years ago
<?php
14 years ago
if ($_SESSION['Menu'] == "R")
include ("menu.php");
?>
<!-- ende des menue parts //-->
</table>
14 years ago
<footer>
<p>
&copy; copyleft - <a href="mailto:erzengel@lists.ccc.de">Kontakt</a><br />
14 years ago
This is hell. Temporarily.
14 years ago
</p>
</footer>
<?php
14 years ago
include ("funktion_counter.php");
mysql_close($con);
?>
14 years ago
</body>
</html>