I know the “Keep Magento Healthy” code is located in the footer.phtml file at app\design\frontend\default\YOUR_TEMPLATE\template\page\html\footer.phtml
...and I removed the Report All Bugs code (see code below), but now I get browser page errors… any ideas why? Anyone?
Line 34:
<?php echo $this->__('Help Us to Keep Magento Healthy') ?> - <a href="http://www.magentocommerce.com/bug-tracking" id="bug_tracking_link"><strong><?php echo $this->__('Report All Bugs') ?></strong></a> <?php echo $this->__('(ver. %s)', Mage::getVersion()) ?><br />
That’s what I did and I have no errors. I would like to know if there is a way to drop this in the admin though since there is a warning about upgrade problems in the code.
Why not just change the text “Help us to keep Magento healthy” to “Help us to keep ‘your site’ healthy” and change the reporting link to your contact page? That way, you don’t mess about with the code and you have a communications link with your customers if there is a problem with your site.
So I replaced “Help Us to Keep Magento Healthy” in my footer.phtml file, and changed the reference to my own page, but nothing has changed. So obviously the whole line with that phrase and “Report All Bugs(ver 1.1.3)” is somewhere else. How can I remove it and replace it with an <a href> and different words?
That’s what I did and I have no errors. I would like to know if there is a way to drop this in the admin though since there is a warning about upgrade problems in the code.
Just upload the image of your choice at this site and then they will give you a link to download the favacon. at that point just relace the default favicon in the skin/frontend//yourpackagename/yourtemplatename/favicon.ico
I’m using the default template the one come with the fresh installation. To remove the link on the footer for “Keep Magento Healthy” code , most of the people discribe the following location in the footer.phtml file at
app\design\frontend\default\YOUR_TEMPLATE\template\page\html\footer.phtml. Since I’m not using a template my path is app\design\frontend\default\DEFAULT\
I have the following directory in my DEFAULT template “etc” and “locale”. I’m sure this is not where I need to be.....
where do I go about to reomve the link for default templete?