engelsystem/includes/footer.php

40 lines
788 B
PHP
Raw Normal View History

<!-- 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>&nbsp;";
?>
<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
if($_SESSION['Menu'] == "R")
include("menu.php");
?>
<!-- ende des menue parts //-->
2011-06-01 12:13:39 +02:00
</tr>
<tr>
<td colspan="2">
<h5 align="center"> &#169; copyleft - <a href="mailto:erzengel@lists.ccc.de">Kontakt</a>
<?php
include("funktion_counter.php");
include("funktion_flag.php");
?></h5>
</td>
</tr>
</table>
<!-- </div> -->
<?php mysql_close($con); ?>
2011-06-01 12:13:39 +02:00
<!-- </div> -->
2011-06-01 12:13:39 +02:00
</body>
</html>