Magento – Admin / Backend – “Help Us, Magento to keep functioning” etc.. Remove the Footer

Picture

Also in Backend can not be cleaned up a bit. The Footer has some information, that are not essential. For example

Help Us, Magento to keep functioning – Report any errors

To do this, open the file in footer.phtml Ordner /app/design/adminhtml/default/default/template/page

There, you can set

<!--

before and one

-->

behind the ca. 28. Line, so that it then looks like:

 

<!--<a href="<?php echo $this->getBugreportUrl() ?>" id="footer_bug_tracking"><?php echo $this->__('Help Us Keep Magento Healthy - Report All Bugs') ?></a><br />-->

 

This may save and then clear the cache in the backend. Then, the entry should be gone. The line can also be deleted.

PictureFurthermore, you can also edit the right side slightly:
For this purpose, in the same file from the Row area 31 changed. Either ignore (<!– and –>) or delete. Of course it can change according to your wishes. It is up BEFORE Magentologo “&nbsp;&nbsp;” defined. Should this be deleted, until then there. From this point, the last line defines.

Used in 1.4.1.1

Other ways to edit the backend there are HERE.
To remove this link in the frontend HERE watch.

Published by Covos

Since 2009 I have been working intensively with Magento. I started with the creation and operation of B2C stores. This was extended through my work in the logistics sector. This resulted first specialized B2E systems. Today I work day-a day with exciting B2C, B2B- and B2E projects and reports in this blog about challenges and give insider tips.

Leave a Reply

Your email address will not be published. Required fields are marked *