summaryrefslogtreecommitdiff
path: root/includes/funktion_flag.php
diff options
context:
space:
mode:
authorcookie <cookie@29ba0400-6e00-0410-a75a-ca02368028f8>2008-12-21 20:26:03 +0000
committercookie <cookie@29ba0400-6e00-0410-a75a-ca02368028f8>2008-12-21 20:26:03 +0000
commitfad6bf645e67d60ad9ce29d4e0d215069a4c9b01 (patch)
tree74211945421fdba69f0c4e5ddefd48bbe8f380f6 /includes/funktion_flag.php
parent5c8991ed5d0c03469318a8f3fac0748b7d8b89d8 (diff)
fix pic link
git-svn-id: svn://svn.cccv.de/engel-system@320 29ba0400-6e00-0410-a75a-ca02368028f8
Diffstat (limited to 'includes/funktion_flag.php')
-rw-r--r--includes/funktion_flag.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/includes/funktion_flag.php b/includes/funktion_flag.php
index 88cc7822..08c29ac1 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=\"/pic/flag/de.gif\" alt=\"DE\"></a> ";
-echo "<a href=\"". $URL. "EN\"><img src=\"/pic/flag/en.gif\" alt=\"EN\"></a> ";
+echo "<a href=\"". $URL. "DE\"><img src=\"". $url. substr( $ENGEL_ROOT, 1). "pic/flag/de.gif\" alt=\"DE\"></a> ";
+echo "<a href=\"". $URL. "EN\"><img src=\"". $url. substr( $ENGEL_ROOT, 1). "pic/flag/en.gif\" alt=\"EN\"></a> ";
?>