Autor Tópico: Link tree  (Lida 5236 vezes)

0 Membros e 2 Visitantes estão a ver este tópico.

Offline candidosa2

  • Suporte Tecnico
  • Fundador
  • *
  • Mensagens: 5072
  • Rank: 1658
  • Sexo: Masculino
  • Suporte
    • Hosting Moçambique
Link tree
« em: 06 de Novembro de 2010, 22:41 »


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>';