Uploaded image for project: 'In-Portal CMS'
  1. In-Portal CMS
  2. INP-799

Incorrect location of "favicon.ico" file

    XMLWordPrintable

    Details

    • Type: Bug Report
    • Status: Closed
    • Priority: Minor
    • Resolution: Fixed
    • Affects Version/s: 5.1.2-B1
    • Fix Version/s: 5.1.2-B2
    • Component/s: Other
    • Labels:
      None
    • Additional information:
      Hide

      Proper way:

      1. place "favicon.ico" file in the ROOT folder of installation
      2. place this HTML into <head> section of HTML page:

      <link rel="icon" href="<inp2:m_BaseURL/>favicon.ico" type="image/x-icon" />
      <link rel="shortcut icon" href="<inp2:m_BaseURL/>favicon.ico" type="image/x-icon" />

      Show
      Proper way: 1. place "favicon.ico" file in the ROOT folder of installation 2. place this HTML into <head> section of HTML page: <link rel="icon" href="<inp2:m_BaseURL/>favicon.ico" type="image/x-icon" /> <link rel="shortcut icon" href="<inp2:m_BaseURL/>favicon.ico" type="image/x-icon" />
    • Change Log Message:
      Corrected location of favicon.ico file
    • External issue ID:
      987
    • Copy Issue Key:
    • Patch Instructions:

      Patches must be submitted through Phabricator.

      Description

      In-Portal has it's own favicon.ico file, located in "core/admin_templates/img" folder. This icon is used when In-Portal based website is added to favorites and also on the left on website address in web browser.

      Internet Explorer doesn't like that much and it requires that "favicon.ico" file will be placed in root installation folder.

      I can see that, because I still got requests to "favicon.ico" file in root folder of installation no matter if I have specified other path in each page HTML.

      In result we should have 1 version of "favicon.ico" file for both admin console and front-end and not 2 files with identical content.

        Attachments

          Issue Links

            Activity

              People

              • Assignee:
                alex Alex
                Reporter:
                dmitry Dmitry Andrejev [Intechnic]
                Developer:
                Dmitry Andrejev [Intechnic]
              • Votes:
                0 Vote for this issue
                Watchers:
                0 Start watching this issue

                Dates

                • Created:
                  Updated:
                  Resolved: