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(
),
),