SMF 1.1.x (Móbulos Manual) > Link
Link tree
(1/1)
candidosa2:
display.template.php
Pesquisar
--- Código: ---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>' : '';
--- Fim de Código ---
Adicionar por baixo
--- Código: ---// Show the linktree
echo '
<div>', theme_linktree(), '</div>';
--- Fim de Código ---
Navegação
Ir para versão completa