1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-15 11:04:18 +02:00

Issue #1423 - User Profile template upgrade tweaks.

This commit is contained in:
Cameron
2016-03-14 18:32:51 -07:00
parent b704ac25d8
commit 583a11dca8
4 changed files with 209 additions and 138 deletions

View File

@@ -3542,7 +3542,7 @@ class e_parser
$id = (!empty($options['id'])) ? "id='".$options['id']."' " : "";
$text = $linkStart;
$text .= "<img ".$id."class='".$shape." user-avatar e-tip' title=\"".$title."\" src='".$img."' alt='' width='".$width."' ".$heightInsert." />";
$text .= "<img ".$id."class='".$shape." user-avatar' alt=\"".$title."\" src='".$img."' width='".$width."' ".$heightInsert." />";
$text .= $linkEnd;
// return $img;
return $text;