
08-10-2011 12:06 PM
You have probably noticed over time when you visit a web site, it might display an "icon" in the address toolbar of your browser. We call this the "favicon".
Here's how you can quickly add one to the new "Mobile Web App" by simply editing the index.html file in the SlxMobile folder on your deployed web site:
BEFORE:
<head>
.... stuff
<title>SalesLogix</title>
... stuff
</head>
AFTER:
<head>
.... stuff
<title>SalesLogix</title>
<link rel="shortcut icon" href="content/images/icon.png" />
... stuff
</head>
NOTE: The icon.png is already there in the OOTB and it's the "Blue Ball" ;-)
You can go into AA and also make the change there in case you update/re-deploy.