Quote Originally Posted by clydejones View Post
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-->

Clyde,
Removed code from tpl_main_page and pasted above code into tpl_footer in place of original statement. No footer at all on any pages with new code.

Any other idea? I can live with the default. I appreciate your time. Thanks.