Categories
Archives
Tag Cloud
Search
Links
Tag Archives: Magento
Magento: How to change the admin theme
So you want to use Magento for your company and now you have to change the look of the backend. Of course you don’t want to change the default Magento adminhtml theme and kill any chances of upgrading your templates … Continue reading
Posted in Magento, Programming
Tagged admin theme, administration default theme, customize, Magento, php, Programming
5 Comments
Magento: How to disable update notifications
A short tutorial on how to block the “New Magento Version” notifications in the Magento admin without modifying the core packages. Create a new package under app/code/local , for this example lets make a “MyCompany” package. If you already have … Continue reading