Como mostra a imagem os Mod instalados...
Fica aqui os codigos que tem que alterar no Index.template.php
// Show the [Arcada] button.
echo '<li><a' , $current_action=='arcade' ? ' class="current"' : '' , ' href="', $scripturl, '?action=arcade"><span>' , $txt['arcade'] , '</span></a></li>';
// Edit Profile... [profile]
if ($context['allow_edit_profile'])
echo '<li><a' , $current_action=='profile' ? ' class="current"' : '' , ' href="', $scripturl, '?action=usercp;u=',$ID_MEMBER,'">' , $txt['usercp'] , '</a></li>';
Se tiver alguma dificuldades podes colocar aqui...