Quote Originally Posted by pdxdoug View Post
That worked ... a little too good.
Since the copywrite and the payment.gif at the bottom of the footer menu, they are of course gone also.

Any way to do a if/then condition:
main page old footer, all other pages footer menu.

Sorry to make this complicated.
Thanks.
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-->