diff options
author | Philip Häusler <msquare@notrademark.de> | 2011-06-01 17:41:49 +0200 |
---|---|---|
committer | Philip Häusler <msquare@notrademark.de> | 2011-06-01 17:41:49 +0200 |
commit | ac8dbe835e368b9c7d97584c3722206b134db890 (patch) | |
tree | 129defc7281ca806975b2421771630af56bce33f /includes/funktion_flag.php | |
parent | d163b9921b3ddb71f027199c87e6cf18fbb9a624 (diff) |
html5, css rewrite
Diffstat (limited to 'includes/funktion_flag.php')
-rw-r--r-- | includes/funktion_flag.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/includes/funktion_flag.php b/includes/funktion_flag.php index b394d18a..7e88466d 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 '<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>'; +echo '<p><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>'; ?> |