open includes/templates/YOUR_TEMPLATE/common/tpl_footer.php
find the following section of code and make the highlighted changes.
<!--BOF footer menu display-->
<?php
if (!$this_is_home_page) {
require($template->get_template_dir('tpl_footer_menu.php',DIR_WS_TEMPLATE, $current_page_base,'common'). '/tpl_footer_menu.php');?>
}
<!--EOF footer menu display-->
Bookmarks