Subs.php
Pesquisar
$buttons = array(
'home' => array(
'title' => $txt['home'],
'href' => $scripturl,
'show' => true,
'sub_buttons' => array(
),
),
Adicionar por baixo
'novobuton' => array(
'title' => 'novobuton',
'href' => 'http://www.smfpt.net',
'show' => true,
'sub_buttons' => array(
),
),
Bem testado no smf 2.0 Funciona a 100%
Sources\Subs.php
Pesquisar por
'home' => array(
Conforme a imagem
(http://imagens.smfpt.net/up_down/b3557d4a4ce9c694871176fe4918a3e2.png)
colocar no fim do codigo
// 'target' => '_blank',
),Seguinte código
'smfpt' => array(
'title' => 'Smfpt',
'href' => 'http://www.smfpt.com',
'show' => true,
'sub_buttons' => array(
),
),
(http://imagens.smfpt.net/up_down/bd406f36fbbcef5ab2d10fdabe40915a.png)
(http://imagens.smfpt.net/up_down/392dc48a82e4c9739d0c2838b3793708.png)