From b00d5b96c6d33572b6d7c68688d6d1c4fbd0f0f4 Mon Sep 17 00:00:00 2001 From: ichdasich Date: Wed, 10 Sep 2008 03:42:44 +0000 Subject: moved /inc to ../includes git-svn-id: svn://svn.cccv.de/engel-system@281 29ba0400-6e00-0410-a75a-ca02368028f8 --- includes/funktion_flag.php | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 includes/funktion_flag.php (limited to 'includes/funktion_flag.php') diff --git a/includes/funktion_flag.php b/includes/funktion_flag.php new file mode 100644 index 00000000..2c3ecc13 --- /dev/null +++ b/includes/funktion_flag.php @@ -0,0 +1,12 @@ +"; + +if( strpos( $_SERVER["REQUEST_URI"], "?") >0) + $URL = $_SERVER["REQUEST_URI"]. "&SetLanguage="; +else + $URL = $_SERVER["REQUEST_URI"]. "?SetLanguage="; + +echo "\"DE\" "; +echo "\"En\" "; + +?> -- cgit v1.2.3-54-g00ecf