Changeset 28977


Ignore:
Timestamp:
Jul 7, 2014, 6:35:20 AM (10 years ago)
Author:
rvelices
Message:

modus - tell IE not to go automatically in compatibility view

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/modus/template/header.tpl

    r25976 r28977  
    1717{get_combined_scripts load='header'}
    1818{if empty($smarty.server.HTTP_USER_AGENT) || strpos($smarty.server.HTTP_USER_AGENT, 'MSIE')}
     19<meta http-equiv=x-ua-compatible content="IE=edge">
    1920<!--[if lt IE 9]><script type="text/javascript" src="{$ROOT_URL}themes/{$themeconf.id}/html5shiv.js"></script><![endif]-->
    2021{/if}
Note: See TracChangeset for help on using the changeset viewer.