Removing system footer links

JM Epidio:
How do I go about removing specific system footer links like:
Site Map, Search Terms, Advanced Search, Contact Us, RSS

4 answers

Profile photo of JA Developer 0.00 $tone March 12, 2010
Public

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.

#1
Profile photo of Css Magician 0.00 $tone May 25, 2010
Public

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

#3

This question is now closed

Written By

Comments