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

SMF 1.1.x (Móbulos Manual) => SMF 1.1.x Módulos Manual => Link => Tópico iniciado por: candidosa2 em 06 de Novembro de 2010, 22:41

Título: Link tree
Enviado por: candidosa2 em 06 de Novembro de 2010, 22:41
(http://imagem.webmastermz.com/thumbs/1342682010-11-06_213733.png) (http://'http://imagem.webmastermz.com/viewer.php?id=1342682010-11-06_213733.png')


display.template.php

Pesquisar

Código: [Seleccione]
global $context, $settings, $options, $txt, $scripturl, $modSettings;

// Show the anchor for the top and for the first message. If the first message is new, say so.
echo '
<a name="top"></a>
<a name="msg', $context['first_message'], '"></a>', $context['first_new_message'] ? '<a name="new"></a>' : '';


Adicionar por baixo

Código: [Seleccione]
// Show the linktree
echo '
<div>', theme_linktree(), '</div>';


(http://imagem.webmastermz.com/thumbs/2061332010-11-06_213822.png) (http://'http://imagem.webmastermz.com/viewer.php?id=2061332010-11-06_213822.png')