summaryrefslogtreecommitdiff
path: root/includes/footer.php
diff options
context:
space:
mode:
authorMoritz helios Rudert <helios@planetcyborg.de>2011-06-01 12:13:39 +0200
committerMoritz helios Rudert <helios@planetcyborg.de>2011-06-01 12:13:39 +0200
commit75448045cfe70054c8f4bae1bcfaf9bb0f70d330 (patch)
tree6a4d3d35019cdf933c1816e8522dc5d2557f5238 /includes/footer.php
parent12e0b0d809c29d435a247798d7318cc9835980ea (diff)
fixes
Diffstat (limited to 'includes/footer.php')
-rw-r--r--[-rwxr-xr-x]includes/footer.php70
1 files changed, 26 insertions, 44 deletions
diff --git a/includes/footer.php b/includes/footer.php
index f65e8a7e..8f736c4d 100755..100644
--- a/includes/footer.php
+++ b/includes/footer.php
@@ -1,57 +1,39 @@
-<?PHP
-
-?>
-
-
-
<!-- anfang des footers //-->
-
-
-
-
- <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>
+ <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>
- </td>
-
-
-
+</td>
<!-- anfang des menue parts //-->
-<?PHP
-if( $_SESSION['Menu'] =="R") include("menu.php");
+<?php
+if($_SESSION['Menu'] == "R")
+ include("menu.php");
?>
- </td>
-
-
<!-- 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>
+ </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); ?>
-</div>
-
+<!-- </div> -->
-</BODY>
-</HTML>
+</body>
+</html>