summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
authorPhilip Häusler <msquare@notrademark.de>2011-06-01 18:16:47 +0200
committerPhilip Häusler <msquare@notrademark.de>2011-06-01 18:16:47 +0200
commit208c76fcb2f597d22d4339227b88099f91305522 (patch)
tree0e1f4a8612d7a95887abbbc404749ffb5d9b0f07 /includes
parent54aa90e6414b2e23d02915495b66d64e8ba6e286 (diff)
html5, css rewrite
Diffstat (limited to 'includes')
-rw-r--r--includes/funktion_flag.php2
-rw-r--r--includes/menu.php10
2 files changed, 3 insertions, 9 deletions
diff --git a/includes/funktion_flag.php b/includes/funktion_flag.php
index 7e88466d..6b4e2f06 100644
--- a/includes/funktion_flag.php
+++ b/includes/funktion_flag.php
@@ -4,6 +4,6 @@ if (strpos($_SERVER["REQUEST_URI"], "?") > 0)
else
$URL = $_SERVER["REQUEST_URI"] . "?SetLanguage=";
-echo '<p><a class="sprache" href="' . $URL . 'DE"><img src="' . $ENGEL_ROOT . 'pic/flag/de.png" alt="DE" title="Deutsch"></a>';
+echo '<p class="content"><a class="sprache" href="' . $URL . 'DE"><img src="' . $ENGEL_ROOT . 'pic/flag/de.png" alt="DE" title="Deutsch"></a>';
echo '<a class="sprache" href="' . $URL . 'EN"><img src="' . $ENGEL_ROOT . 'pic/flag/en.png" alt="EN" title="English"></a></p>';
?>
diff --git a/includes/menu.php b/includes/menu.php
index 3ca5e8ae..6a209a0f 100644
--- a/includes/menu.php
+++ b/includes/menu.php
@@ -20,15 +20,9 @@ if ($submenus >= 1) {
for ($index_nummer = 1; $index_nummer <= $submenus; $index_nummer++) {
?>
-<table align="center" class="border" cellpadding="3" cellspacing="1">
- <tr>
- <td width="160" class="menu">
+<nav class="container">
<?php include ("./".$filepost.".".$index_nummer.$filepre); ?>
- </td>
- </tr>
-</table>
-
-<br />
+</nav>
<?php