2008-09-10 05:42:44 +02:00
|
|
|
<!-- anfang des footers //-->
|
2011-06-01 12:13:39 +02:00
|
|
|
<br />
|
|
|
|
<p align="center">
|
|
|
|
<?php if(IsSet($_SESSION['oldurl']))
|
|
|
|
echo "<a href=\"" . $_SESSION["oldurl"] . "\">" . Get_Text("back") . "</a> ";
|
|
|
|
?>
|
|
|
|
<a href="#top"><?php echo Get_Text("top"); ?></a>
|
|
|
|
</p>
|
|
|
|
</td>
|
|
|
|
</tr>
|
2008-09-10 05:42:44 +02:00
|
|
|
</table>
|
2011-06-01 12:13:39 +02:00
|
|
|
</td>
|
2008-09-10 05:42:44 +02:00
|
|
|
|
|
|
|
<!-- anfang des menue parts //-->
|
2011-06-01 12:13:39 +02:00
|
|
|
<?php
|
|
|
|
if($_SESSION['Menu'] == "R")
|
|
|
|
include("menu.php");
|
2008-09-10 05:42:44 +02:00
|
|
|
?>
|
|
|
|
|
|
|
|
<!-- ende des menue parts //-->
|
|
|
|
|
2011-06-01 12:13:39 +02:00
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td colspan="2">
|
|
|
|
<h5 align="center"> © copyleft - <a href="mailto:erzengel@lists.ccc.de">Kontakt</a>
|
|
|
|
<?php
|
|
|
|
include("funktion_counter.php");
|
|
|
|
include("funktion_flag.php");
|
|
|
|
?></h5>
|
|
|
|
</td>
|
|
|
|
</tr>
|
2008-09-10 05:42:44 +02:00
|
|
|
</table>
|
|
|
|
|
|
|
|
<!-- </div> -->
|
|
|
|
<?php mysql_close($con); ?>
|
2011-06-01 12:13:39 +02:00
|
|
|
<!-- </div> -->
|
2008-09-10 05:42:44 +02:00
|
|
|
|
2011-06-01 12:13:39 +02:00
|
|
|
</body>
|
|
|
|
</html>
|