0 Membros e 2 Visitantes estão a ver este tópico.
// Go to PM center... [pm] if ($context['user']['is_logged'] && $context['allow_pm']) echo ($current_action == 'pm' || $context['browser']['is_ie4']) ? '<td class="maintab_active_' . $first . '"> </td>' : '' , ' <td valign="top" class="maintab_' , $current_action == 'pm' ? 'active_back' : 'back' , '"> <a href="', $scripturl, '?action=pm">' , $txt['pm_short'] , ' ', $context['user']['unread_messages'] > 0 ? '[<strong>'. $context['user']['unread_messages'] . '</strong>]' : '' , '</a>
// Go to PM center... [pm] if ($context['user']['is_logged'] && $context['allow_pm']) echo ($current_action == 'pm' || $context['browser']['is_ie4']) ? '<td class="maintab_active_' . $first . '"> </td>' : '' , ' <td valign="top" class="maintab_' , $current_action == 'pm' ? 'active_back' : 'back' , '"> <a href="', $scripturl, '?action=pm">' , $txt['pm_short'] , ' ', $context['user']['unread_messages'] > 0 ? '[<strong>'. $context['user']['unread_messages'] . '</strong>] <img src="' . $settings['images_url'] . '/msg.gif" border="0" />' : '' , '</a>
// Go to PM center... [pm] if ($context['user']['is_logged'] && $context['allow_pm']) echo' <td align="center" class="menubg' , $current_action == 'pm' ? '2' : '' , '"> <a href="', $scripturl, '?action=pm">' , $txt['pm_short'] , ' ', $context['user']['unread_messages'] > 0 ? '[<strong>'. $context['user']['unread_messages'] . '</strong>] <img src="' . $settings['images_url'] . '/msg.gif" border="0" />' : '' , '</a> </td>';