Adicionar à parte inferior do forum Banner

Iniciado por candidosa2, 22 de Agosto de 2013, 15:51

Tópico anterior - Tópico seguinte

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

candidosa2





Abrir o ficheiro İndex.template.php
Pesquisar



// 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



// 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