diff options
author | ichdasich <ichdasich@29ba0400-6e00-0410-a75a-ca02368028f8> | 2008-09-26 17:24:03 +0000 |
---|---|---|
committer | ichdasich <ichdasich@29ba0400-6e00-0410-a75a-ca02368028f8> | 2008-09-26 17:24:03 +0000 |
commit | a9c549870d9a5d018fd2ad17e74a0b7153c7ae3d (patch) | |
tree | 8b3ac22bc23d4575179d4df7c762f63c01ef05c6 /includes/funktion_flag.php | |
parent | f1eece1d1f24f354354dfb4e8b9b4f820e7847f5 (diff) |
first pic-includes fixed
git-svn-id: svn://svn.cccv.de/engel-system@291 29ba0400-6e00-0410-a75a-ca02368028f8
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 2c3ecc13..88cc7822 100644 --- a/includes/funktion_flag.php +++ b/includes/funktion_flag.php @@ -6,7 +6,7 @@ if( strpos( $_SERVER["REQUEST_URI"], "?") >0) 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> "; +echo "<a href=\"". $URL. "DE\"><img src=\"/pic/flag/de.gif\" alt=\"DE\"></a> "; +echo "<a href=\"". $URL. "EN\"><img src=\"/pic/flag/en.gif\" alt=\"EN\"></a> "; ?> |