diff options
author | cookie <cookie@29ba0400-6e00-0410-a75a-ca02368028f8> | 2006-08-28 04:31:25 +0000 |
---|---|---|
committer | cookie <cookie@29ba0400-6e00-0410-a75a-ca02368028f8> | 2006-08-28 04:31:25 +0000 |
commit | 05c06b6380ef1764f087e660c0a65781db28cb3c (patch) | |
tree | 1451a65c19f623b7cf94466c0204712790b424d3 /www-ssl/inc/funktion_flag.php | |
parent | 39c5125ac4fd58eef855982b2cdc670840b94b71 (diff) |
file vergessen
git-svn-id: svn://svn.cccv.de/engel-system@136 29ba0400-6e00-0410-a75a-ca02368028f8
Diffstat (limited to 'www-ssl/inc/funktion_flag.php')
-rw-r--r-- | www-ssl/inc/funktion_flag.php | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/www-ssl/inc/funktion_flag.php b/www-ssl/inc/funktion_flag.php new file mode 100644 index 00000000..2c3ecc13 --- /dev/null +++ b/www-ssl/inc/funktion_flag.php @@ -0,0 +1,12 @@ +<?PHP +echo "<br>"; + +if( strpos( $_SERVER["REQUEST_URI"], "?") >0) + $URL = $_SERVER["REQUEST_URI"]. "&SetLanguage="; +else + $URL = $_SERVER["REQUEST_URI"]. "?SetLanguage="; + +echo "<a href=\"". $URL. "DE\"><img src=\"./inc/flag/de.gif\" alt=\"DE\"></a> "; +echo "<a href=\"". $URL. "EN\"><img src=\"./inc/flag/en.gif\" alt=\"En\"></a> "; + +?> |