You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
One exception: the user may enter a kind of template engine directive as the path (eg. <?php echo $icon_path ?>). This declaration will work in the HTML code to copy/paste, but the generated browserconfig.xml will probably be considered as a static file, not to be processed by the template engine. In that case, it will be somewhat corrupted.
When the user chooses to not place the favicon files in the root directory of the web site:
browserconfig.xml
is not generated.However, this is not necessary.
browserconfig.xml
path can de declared. For example:This would save a few bytes of HTML code.
See http://msdn.microsoft.com/en-us/library/ie/dn320426(v=vs.85).aspx
The text was updated successfully, but these errors were encountered: