diff options
Diffstat (limited to 'includes/footer.php')
-rw-r--r-- | includes/footer.php | 39 |
1 files changed, 20 insertions, 19 deletions
diff --git a/includes/footer.php b/includes/footer.php index 8f736c4d..584e4b9b 100644 --- a/includes/footer.php +++ b/includes/footer.php @@ -1,9 +1,10 @@ <!-- anfang des footers //--> <br /> <p align="center"> - <?php if(IsSet($_SESSION['oldurl'])) - echo "<a href=\"" . $_SESSION["oldurl"] . "\">" . Get_Text("back") . "</a> "; - ?> + <?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> @@ -13,27 +14,27 @@ <!-- anfang des menue parts //--> <?php -if($_SESSION['Menu'] == "R") - include("menu.php"); + + +if ($_SESSION['Menu'] == "R") + include ("menu.php"); ?> <!-- ende des menue parts //--> - - </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> </table> +<footer> + <p> + © copyleft - <a href="mailto:erzengel@lists.ccc.de">Kontakt</a><br /> + This is hell. Really. + </p> +</footer> + +<?php -<!-- </div> --> -<?php mysql_close($con); ?> -<!-- </div> --> + +include ("funktion_counter.php"); +mysql_close($con); +?> </body> </html> |