summaryrefslogtreecommitdiff
path: root/includes/funktion_flag.php
diff options
context:
space:
mode:
authorPhilip Häusler <msquare@notrademark.de>2011-06-02 01:18:08 +0200
committerPhilip Häusler <msquare@notrademark.de>2011-06-02 01:18:08 +0200
commit06497b3a5387f30ea140562cc71e371b2ec1e131 (patch)
tree8fc4fad2a21fb20ff233d4acf33c91590a814301 /includes/funktion_flag.php
parent10683c4759c2c3563ff7ed48b15d12e85cd0631b (diff)
cleanup
Diffstat (limited to 'includes/funktion_flag.php')
-rw-r--r--includes/funktion_flag.php9
1 files changed, 0 insertions, 9 deletions
diff --git a/includes/funktion_flag.php b/includes/funktion_flag.php
deleted file mode 100644
index 6b4e2f06..00000000
--- a/includes/funktion_flag.php
+++ /dev/null
@@ -1,9 +0,0 @@
-<?php
-if (strpos($_SERVER["REQUEST_URI"], "?") > 0)
- $URL = $_SERVER["REQUEST_URI"] . "&SetLanguage=";
-else
- $URL = $_SERVER["REQUEST_URI"] . "?SetLanguage=";
-
-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>';
-?>