|
|
@ -77,9 +77,9 @@ function GetPicturShow($UID)
|
|
|
|
function displayPictur($UID, $height="30")
|
|
|
|
function displayPictur($UID, $height="30")
|
|
|
|
{
|
|
|
|
{
|
|
|
|
if( $height > 0)
|
|
|
|
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
|
|
|
|
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\">");
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|