Форуми / Cotonti / Support / Header avatar problems

Trustmaster
#15850 13.08.2009 01:50
Where exactly do you put that in common.php?
The most correct place is about line 233:
$usr['newpm'] = $row['user_newpm'];
$usr['auth'] = unserialize($row['user_auth']);
$usr['profile'] = $row;
$usr['avatar'] = $row['user_avatar'];
Alternatively, you could try using this tag to get the image source in any TPL instead without any modifications in PHP files:
<img src="{PHP.usr.profile.user_avatar}" />
May the Source be with you!