SMFPT - Suporte e Manutenção de Fórum em Português

SMF 2.0.x (Módulos Manual) => SMF 2.x Módulos Manual => Modificações => Tópico iniciado por: candidosa2 em 22 de Agosto de 2013, 14:51

Título: Adicionar à parte inferior do forum Banner
Enviado por: candidosa2 em 22 de Agosto de 2013, 14:51

(http://aplicimagens.info/image-9CEB_5215FAD0.jpg) (http://aplicimagens.info/share-9CEB_5215FAD0.html)


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