JM Epidio:
How do I go about removing specific system footer links like:
Site Map, Search Terms, Advanced Search, Contact Us, RSS
4 answers
Hi donic
Please open app\design\frontend\default\jm_epidiotemplate\pag e\html\footer.phtml file, at about line 31, find following code:
<?php echo $this->getChildHtml() ?>
and remove it.
i removed that line but nothing changed… any other ideas? also i would like to leave contact us section. is it possible?
Dear ikultura,
Please edit line 85 file app\design\frontend\default\jm_epidio\layout\page. xml as follow:
change
Code:
<block type="page/html_footer" name="footer" as="footer" template="page/html/footer.phtml"> <block type="page/switch" name="store_switcher" as="store_switcher" template="page/switch/stores.phtml"/> <block type="page/template_links" name="footer_links" as="footer_links" template="page/template/links.phtml"/> </block>
to
Code:
<block type="page/html_footer" name="footer" as="footer" template="page/html/footer.phtml"> </block>
p/s : disable Cache in backend and reload your page
yeah, i found this solution yesterday, thank you anyway!
This question is now closed