Autor Tópico: Adicionar à parte inferior do forum Banner  (Lida 5135 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
Adicionar à parte inferior do forum Banner
« em: 22 de Agosto de 2013, 14:51 »




Abrir o ficheiro İndex.template.php
Pesquisar


Código: [Seleccione]
// Show the load time?
   if ($context['show_load_time'])
      echo '
      <span class="smalltext">', $txt['smf301'], $context['load_time'], $txt['smf302'], $context['load_queries'], $txt['smf302b'], '</span>';




Trocar por este aqui


Código: [Seleccione]
// Show the load time?
if ($context['show_load_time'])
echo '
<span class="smalltext">', $txt['smf301'], $context['load_time'], $txt['smf302'], $context['load_queries'], $txt['smf302b'], '</span>';


echo ' <br><br>
 <div class="tborder" ', $context['browser']['needs_size_fix'] && !$context['browser']['is_ie6'] ? 'style="width: 100%;"' : '', '>
  <table border="0" width="100%" cellspacing="0" cellpadding="2" class="bordercolor" height="28">  <tr>
    <td width="35%"class="catbg" height="23" align="left">
<img border="0" src="', $settings['images_url'], '/logosapsmfpt.gif" ></td>
<td width="30%"class="catbg" height="23">
<font face="Georgia" size="1">', $context['forum_name'], '</font></td>


<td width="35%" class="catbg" height="23" align="right">
', $txt['dbr'], '
</td></tr></table>
<>
 ';


Imagem no anexo