mirror of
https://github.com/e107inc/e107.git
synced 2025-08-11 09:04:38 +02:00
More avatar code moved to $tp->toAvatar() and minor css fixes.
This commit is contained in:
@@ -413,7 +413,7 @@ class pm_shortcodes extends e_shortcode
|
||||
|
||||
public function sc_pm_avatar()
|
||||
{
|
||||
return e107::getParser()->parseTemplate("{USER_AVATAR={$this->var['user_image']}}");
|
||||
return e107::getParser()->toAvatar($this->var);
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user