Extras Butao de estatísticas(Tab Stats)

Iniciado por candidosa2, 10 de Dezembro de 2010, 06:47

Tópico anterior - Tópico seguinte

0 Membros e 1 Visitante estão a ver este tópico.

candidosa2

index.template.php

// the [member] list button
   if ($context['allow_memberlist'])
      echo ($current_action == 'mlist' || $context['browser']['is_ie4']) ? '<td class="maintab_active_' . $first . '">&nbsp;</td>' : '' , '
            <td valign="top" class="maintab_' , $current_action == 'mlist' ? 'active_back' : 'back' , '">
               <a href="', $scripturl, '?action=mlist">' , $txt[331] , '</a>
            </td>' , $current_action == 'mlist' ? '<td class="maintab_active_' . $last . '">&nbsp;</td>' : '';



// Show the [Stats] button
      echo ($current_action == 'stats' || $context['browser']['is_ie4']) ? '<td class="maintab_active_' . $first . '">&nbsp;</td>' : '' , '
            <td valign="top" class="maintab_' , $current_action == 'stats' ? 'active_back' : 'back' , '">
               <a href="', $scripturl, '?action=stats">' , $txt['stats_mod'] , '</a>
            </td>' , $current_action == 'stats' ? '<td class="maintab_active_' . $last . '">&nbsp;</td>' : '';



modifications.portuguese_pt.php ( isso pode ser o teu idioma )

?>

$txt['stats_mod']= 'Estatísticas';