Link tree

Iniciado por candidosa2, 06 de Novembro de 2010, 22:41

Tópico anterior - Tópico seguinte

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

candidosa2



display.template.php

Pesquisar

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

// Show the linktree
echo '
<div>', theme_linktree(), '</div>';