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

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

Título: Anúncio em Texto
Enviado por: candidosa2 em 25 de Julho de 2009, 17:11
(http://i276.photobucket.com/albums/kk39/apllic/pub1.png)

İndex.template.php
Pesquisar por

Código: [Seleccione]
// The main content should go here.
Ou 

Por
Código: [Seleccione]
// Show the navigation tree.
    theme_linktree();


Adicionar o script

Código: [Seleccione]
echo '
    <div class="tborder" style="padding:0px; border-top-width:0px">
    <table cellpadding="0" cellspacing="0" border="0" width="100%" align="center">
        <tr align="center">
              <td class="titlebg"><a href="http://www.smfpt.net">SMFpT</a></td>           
            <td class="titlebg"><a href="/index.php">Publicidade</a></td>
            <td class="titlebg"><a href="/index.php">Publicidade</a></td>               
            <td class="titlebg"><a href="/index.php">Publicidadeı</a></td>
        </tr>
        <tr class="windowbg" align="center">
            <td>Neste Espaço<br />Anuncie conosco<br />[email protected]</td>
            <td>Neste Espaço<br />Anuncie conosco<br />[email protected]</td>
            <td>Neste Espaço<br />Anuncie conosco<br />[email protected]</td>
            <td>Neste Espaço<br />Anuncie conosco<br />[email protected]</td>
        </tr>

    </table>
</div>';