Control Bottom Navigation

I noticed that in the admin we have the option to control the items in the top navigation. Is there any way we can control the items in the bottom navigation. I would like to add some items.

In bottom.tpl, look for:



{** Bottom navigation **}



{$lang.home}
{foreach from=$top_links item="link"}
| {$link.descr}
{/foreach}
{if $settings.Addons.gift_certificates == 'Y'}
| {$lang.gift_certificates}
{/if}
{if $settings.Addons.promotions == 'Y'}
{include file="addons/promotions/bottom.tpl"}
{/if}
| {$lang.sitemap}





{** /Bottom navigation **}