Autor Tópico: Extras Butao de estatísticas(Tab Stats)  (Lida 2588 vezes)

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

Offline candidosa2

  • Suporte Tecnico
  • Fundador
  • *
  • Mensagens: 5072
  • Rank: 1658
  • Sexo: Masculino
  • Suporte
    • Hosting Moçambique
Extras Butao de estatísticas(Tab Stats)
« em: 10 de Dezembro de 2010, 06:47 »
index.template.php

Código: [Seleccione]
// 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>' : '';


Código: [Seleccione]
// 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 )

Código: [Seleccione]
?>
Código: [Seleccione]
$txt['stats_mod']= 'Estatísticas';