Quote Originally Posted by clydejones View Post
open includes/templates/YOUR_TEMPLATE/common/tpl_main_page.php

add the following:

if ($this_is_home_page) {
$flag_disable_footer = true;
}
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.