Hi Costanza, you can comment out or replace this part...
Code:
<div id="header_links">
<ul>
{section name=sb loop=$speed_bar step=-1}
<li{if $smarty.section.sb.first} class="first"{elseif $smarty.section.sb.last} class="last"{/if}><a href="{$speed_bar[sb].link}">{$speed_bar[sb].title}</a></li>
{/section}
</ul>
</div>