Thursday 20 May 2010 2:19:22 am
Which logo are you talking about? If you are talking about the one in the backoffice?
If you check with firebug, you will find this path: /design/admin2/images/2/ez-logo-white.png
Which should correspond to the image you wish to replace. You can therefore replace this image directly.
Although If you wish to do this properly, the good method to do this is to create an override of this image. Which means that in the site.ini.append.php file of your backoffice siteaccess, you should add an additional design folder for your overrides. settings/siteaccess/admin/site.ini.append.php
[DesignSettings]
SiteDesign=my_admin AdditionalSiteDesignList[]=admin You should then create an extension in which you place your designs. And then just place a file in the override folder
such as: extension/my_design_extension/design/my_admin/images/2/ez-logo-white.png
|