summaryrefslogtreecommitdiff
path: root/www-ssl/inc/funktion_user.php
diff options
context:
space:
mode:
authorcookie <cookie@29ba0400-6e00-0410-a75a-ca02368028f8>2006-12-19 22:38:23 +0000
committercookie <cookie@29ba0400-6e00-0410-a75a-ca02368028f8>2006-12-19 22:38:23 +0000
commit7ec1daba838cbda434c0313cbdf6344124caed5b (patch)
tree80753bd0da8e2d14639473f31186f92c91f58691 /www-ssl/inc/funktion_user.php
parent5f024c275cfa57890561c465e4fd0b33753eb74f (diff)
photos werden gross bei mouseover, danke Henryk
git-svn-id: svn://svn.cccv.de/engel-system@215 29ba0400-6e00-0410-a75a-ca02368028f8
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\">");
}