Sage SalesLogix
  • Contact Us
  • Sage North America
800-643-6400
Welcome Twitter Facebook LinkedIn
Community Home Blogs Share Ideas Search Request Access Resources
Reply
Gold Super Contributor
RJLedger
Posts: 2,234
Registered: 03-19-2009

SData Html5 Client Web App - Add a favicon

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.

--
RJ Ledger - rjledger@rjlSystems.net

".. Stay Focused..."
http://www.rjlSystems.net - blog: www.rjlSystems.net/blog.html
Please use plain text.