diff options
Diffstat (limited to 'includes/footer.php')
-rw-r--r-- | includes/footer.php | 28 |
1 files changed, 3 insertions, 25 deletions
diff --git a/includes/footer.php b/includes/footer.php index 62260e55..8e5b35b9 100644 --- a/includes/footer.php +++ b/includes/footer.php @@ -1,27 +1,7 @@ -<!-- anfang des footers //--> - <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> -</table> -</td> - -<!-- anfang des menue parts //--> -<?php - +</article> +</div> +</div> -if ($_SESSION['Menu'] == "R") - include ("menu.php"); -?> - -<!-- ende des menue parts //--> -</table> <footer> <p> © copyleft | <a href="mailto:erzengel@lists.ccc.de">Kontakt</a> | <a href="<?php echo $ENGEL_ROOT; ?>credits.php">Credits</a><br /> @@ -30,8 +10,6 @@ if ($_SESSION['Menu'] == "R") </footer> <?php - - include ("funktion_counter.php"); mysql_close($con); ?> |