Hey people.
Is there a safe way to replace the Sugar icon that appears on the tab in the browser for something custom?
Thanks,
KGM
Hey people.
Is there a safe way to replace the Sugar icon that appears on the tab in the browser for something custom?
Thanks,
KGM
You need to place a custom icon at custom/themes/default/images/sugar_icon.ico
You need to run Quick Repair and Rebuild after saving the file.
Regards
You need to place a custom icon at custom/themes/default/images/sugar_icon.ico
You need to run Quick Repair and Rebuild after saving the file.
Regards
If On-Site, you could accomplish this without running Quick Repair using an Apache mod_rewrite rule for sugar_icon.ico.
For example,
<IfModule mod_rewrite.c>
Options +FollowSymLinks
RewriteEngine On
RewriteRule sugar_icon.ico https://xkcd.com/s/919f27.ico [L]
</IfModule>
App Ecosystem @ SugarCRM
Hi André Lopes Thanks for your answer. I must be missing something cuz I´ve done what you said but the icon is still the same old Sugar one. Replace the icon and QR&R - is that all is needed?
Thanks,
KGM