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

SMF 2.0.x (Módulos Manual) => SMF 2.x Módulos Manual => Publicidade => Tópico iniciado por: candidosa2 em 25 de Julho de 2009, 11:36

Título: Banner de 468 x 60
Enviado por: candidosa2 em 25 de Julho de 2009, 11:36
(http://i276.photobucket.com/albums/kk39/apllic/banner.png)

boardindex.template.php

Pesquisar POR

Código: [Seleccione]
}

?>


Adicionar Antes

Código: [Seleccione]
// 4 lu Banner Degisim Alani Nicholas.Suporte pt smfpt.net Translate Candidosa2
echo '
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="71%">
<table border="0" width="100%" class="tborder" cellspacing="' , ($context['browser']['is_ie'] || $context['browser']['is_opera6']) ? '1' : '0' , '" cellpadding="4" style="margin-bottom: 2ex;">
   <td width="100%" colspan="5" class="catbg" height="20">
    <font color="#FFFFFF"><b><Center>||| Paginas de Parceiros |||</Center></b></font></td>
  </tr>

<tr>
<td valign="middle" align="center" height="10">


<table width="100%" class="windowbg2" border="0" cellspacing="0" cellpadding="0">
  <tr>

    <td width="11%" align="left" valign="top"><div class="smallfont">
<a href="index.php?action=pm;sa=send;u=1">
<img border="0" src="Themes/default/images/smfptnet.png" width="468" height="60"></a><br />
<center>
<a href="index.php?action=pm;sa=send;u=1">
<img border="0" src="Themes/default/images/smfptnet.png" width="468" height="60"></a><br /></center>
</div></td>
<td width="50%" align="left" valign="top"><div class="smallfont">
<a href="index.php?action=pm;sa=send;u=1">
<img border="0" src="Themes/default/images/smfptnet.png" width="468" height="60"></a><br>
<a href="index.php?action=pm;sa=send;u=1">
<img border="0" src="Themes/default/images/smfptnet.png" width="468" height="60"></a><center>&nbsp;</center>
    </div></td>
<td width="2%" align="left" valign="top"><div class="smallfont">
<center><br /></center>
    </div></td>
  </tr>
</table>

</td>
</tr>
</table>';