Zen Follower
- Join Date:
- May 2007
- Location:
- Italy
- Posts:
- 438
- Plugin Contributions:
- 0
delete permanently footer how to do
I need to delete footer, because I installed flexible footer menu, how can I do that?
Thanks :smile:
Views: 686
Zen Follower
I need to delete footer, because I installed flexible footer menu, how can I do that?
Thanks :smile:
Sensei
See the call to tpl_footer found in tpl_main_page.php in your template's "common" folder.
Zen Follower
thanks for reply I try to uncomment the line
//$footer_template = 'tpl_footer.php';
but footer still appears...
Have I do wrong something?
Thanks
Totally Zenned
giuly:
thanks for reply I try to uncomment the line
//$footer_template = 'tpl_footer.php';
but footer still appears...Have I do wrong something?
Thanks
In which file was this done? Was it in the template override version? When you say uncomment, don't you mean comment?
Sensei
<?php /** * prepares and displays footer output * */ if (CUSTOMERS_APPROVAL_AUTHORIZATION == 1 && CUSTOMERS_AUTHORIZATION_FOOTER_OFF == 'true' and ($_SESSION['customers_authorization'] != 0 or $_SESSION['customer_id'] == '')) { $flag_disable_footer = true; } require($template->get_template_dir('tpl_footer.php',DIR_WS_TEMPLATE, $current_page_base,'common'). '/tpl_footer.php'); ?>giuly:
thanks for reply I try to uncomment the line
//$footer_template = 'tpl_footer.php';
but footer still appears...Have I do wrong something?
Thanks
No. This section:```
But your "flexible footer" add-on should have already given you instructions on how to replace the default footer. Better to follow its instructions.
Tell staff why this post should be reviewed.