SugarCRM: Replacing Sugar Logo
You can add your company’s logo or image instead of using SugarCRM logo. To add your image or logo open :
/var/www/html/SugarSuite-Full-4.0.1/themes/Sugar/header.html
In this file search for the line which says:
(img xsrc=”{IMAGE_PATH}company_logo.png” mce_src=”{IMAGE_PATH}company_logo.png” width=”212″ height=”40″ alt=”Company Logo” border=”0″ style=”margin-left: 10px;”)
Now here you can give the name of the image/logo (replace company_logo.png with your image or logo) which you want to appear on your application. Don’t forget to put the image/logo in
/var/www/html/SugarSuite-Full-4.0.1/include/images
Once you’re done with this you can see the image/logo appearing.
