Hello,

I read this comment in layout of welcome app for 1.99.4 (sorry if it gone) :

<!-- Place favicon.ico and apple-touch-icon.png in the root of your domain
and delete these references -->

It is about those 2 lines :

  <link rel="shortcut icon" href="{{=URL('static','favicon.ico')}}"
type="image/x-icon">
  <link rel="apple-touch-icon" href="{{=URL('static','favicon.png')}}">

I think that those links are the proper way to insert favicon base on w3c :
http://www.w3.org/2005/10/howto-favicon

So the comment is miss leading I think.

Should be remove if still there!

Richard

-- 



Reply via email to