Uploaded image for project: 'phpBB'
  1. phpBB
  2. PHPBB-17046

IE tweaks in simple_header should be included the same as in overall_header

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Trivial Trivial
    • 3.3.11
    • 3.3.8
    • Styles
    • None

      Not sure if this is should be reported or not, the overall header template loads the tweaks.css file if IE9 is in use but the simple header template loads it if IE8 is in use.

       

      overall_header.html

      <!--[if lte IE 9]>
          <link href="{T_THEME_PATH}/tweaks.css?assets_version={T_ASSETS_VERSION}" rel="stylesheet">
      <![endif]-->

       

      simple_header.html

      <!--[if lte IE 8]>
          <link href="{T_THEME_PATH}/tweaks.css?assets_version={T_ASSETS_VERSION}" rel="stylesheet">
      <![endif]--> 

      Should they be different? or should they be the same? 

            Crizzo Crizzo
            ForumFlair ForumFlair
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: