To me this code
// Aqui vai aparecer um novo botão, FORUM
echo $tab1, $ca== 'home' ? '1' : '2' , '"><a href="http://www.blackgsm.net/index.php?action=forumt">' , 'FORUM' , '</a></td>';
should look like
// Show the [Forum] button.
echo '
<td class="amaintab_' , $current_action == 'forum' ? 'active_back' : 'back' , '">
<a href="', $scripturl, '?action=forum">' , $txt['tp-forum'] , '</a>
</td>';
And when i checked your site, you dont even have TinyPortal installed that this theme is made for, you have simpleportal and we dont have themes nor support for that portal on this site