1
0
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:
Cameron
2015-02-05 00:02:29 -08:00
parent 2b83a64f16
commit 9ddada154f
3 changed files with 7 additions and 6 deletions

View File

@@ -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);
}