Kodları aynen veriyorum.
Open: includes/functions_display.php
Find
Tip:This may be a partial find and not the whole line.
Kod: Tümünü seç
if (empty($avatar) || !$avatar_type)
{
return '';
Tip:This is a partial match of a line for in-line operations.
Kod: Tümünü seç
return '';
Kod: Tümünü seç
return '<img src="images/avatars/no_avatar.gif" alt="' . ((!empty($user->lang[$alt])) ? $user->lang[$alt] : $alt) . '" />';