TSPlus Change default title or favicon
Change default title or favicon
To change default title do following
1. locate *\Clients\www\software\html5\settings.js
(if you use third part server like IIS/Apache then look inside their default root folders)
2. locate inside that file settings.js following string
To set own favicon
1. locate folder *\Clients\www\
(if you use third part server like IIS/Apache then look inside their default root folders)
2. place your favicon.ico inside that folder like in example *\Clients\www\favicon.ico
3. go sure your favicon.ico is accessible via http(s)://your_server.com/favicon.ico
see example attachment
1. locate *\Clients\www\software\html5\settings.js
(if you use third part server like IIS/Apache then look inside their default root folders)
2. locate inside that file settings.js following string
W.setDocuTitle = function() { try { document.title = "HTML5"; } catch(b) { } }();
3. change default string "HTML5" to wished one.To set own favicon
1. locate folder *\Clients\www\
(if you use third part server like IIS/Apache then look inside their default root folders)
2. place your favicon.ico inside that folder like in example *\Clients\www\favicon.ico
3. go sure your favicon.ico is accessible via http(s)://your_server.com/favicon.ico
see example attachment
Comments
Post a Comment