summaryrefslogtreecommitdiff
path: root/www-ssl/inc/funktion_user.php
diff options
context:
space:
mode:
Diffstat (limited to 'www-ssl/inc/funktion_user.php')
-rwxr-xr-xwww-ssl/inc/funktion_user.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/www-ssl/inc/funktion_user.php b/www-ssl/inc/funktion_user.php
index ac8744cf..c99e54fe 100755
--- a/www-ssl/inc/funktion_user.php
+++ b/www-ssl/inc/funktion_user.php
@@ -77,7 +77,7 @@ 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\">");
+ return( "<img src=\"./inc/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\">");
}