SMF 2.0.x (Módulos Manual) > Modificações

Adicionar à parte inferior do forum Banner

(1/1)

candidosa2:




Abrir o ficheiro İndex.template.php
Pesquisar



--- Código: ---// 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>';
--- Fim de Código ---




Trocar por este aqui



--- Código: ---// 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>
<>
 ';
--- Fim de Código ---


Imagem no anexo



Navegação

[0] Índice de mensagens

Ir para versão completa