diff options
Diffstat (limited to 'includes/funktion_user.php')
-rwxr-xr-x | includes/funktion_user.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/includes/funktion_user.php b/includes/funktion_user.php index c99e54fe..cf4ae10c 100755 --- a/includes/funktion_user.php +++ b/includes/funktion_user.php @@ -77,9 +77,9 @@ function GetPicturShow($UID) function displayPictur($UID, $height="30") { if( $height > 0) - return( "<img src=\"./inc/ShowUserPicture.php?UID=$UID\" height=\"$height\" alt=\"picture of USER$UID\" class=\"photo\">"); + return( "<img src=\"/ShowUserPicture.php?UID=$UID\" height=\"$height\" alt=\"picture of USER$UID\" class=\"photo\">"); else - return( "<img src=\"./inc/ShowUserPicture.php?UID=$UID\" alt=\"picture of USER$UID\">"); + return( "<img src=\"/ShowUserPicture.php?UID=$UID\" alt=\"picture of USER$UID\">"); } |