summaryrefslogtreecommitdiff
path: root/includes/footer.php
diff options
context:
space:
mode:
authorPhilip Häusler <msquare@notrademark.de>2011-06-01 13:36:24 +0200
committerPhilip Häusler <msquare@notrademark.de>2011-06-01 13:36:24 +0200
commit550467697f8b3ae0b5d15d1d3a2bc3f83b003ff8 (patch)
tree01a0c607cb079d61de8e96d8ee70c4b1a014ecfa /includes/footer.php
parent75448045cfe70054c8f4bae1bcfaf9bb0f70d330 (diff)
html5
Diffstat (limited to 'includes/footer.php')
-rw-r--r--includes/footer.php39
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>&nbsp;";
- ?>
+ <?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>
@@ -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"> &#169; 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>
+ &copy; 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>