I'd like to disable the footer menu on the home page.
Any advice?
Site is here:http://bit.ly/9cssJ2
Thanks in advance.
I'd like to disable the footer menu on the home page.
Any advice?
Site is here:http://bit.ly/9cssJ2
Thanks in advance.
Doug
Doug
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-->