mirror of
https://github.com/typecho/typecho.git
synced 2025-03-20 01:49:40 +01:00
fuck ie8
This commit is contained in:
parent
00c1ccc04c
commit
c3ae117100
@ -25,6 +25,6 @@ $header = Typecho_Plugin::factory('admin/header.php')->header($header);
|
||||
<?php echo $header; ?>
|
||||
</head>
|
||||
<body<?php if (isset($bodyClass)) {echo ' class="' . $bodyClass . '"';} ?>>
|
||||
<!--[if lt IE 7]>
|
||||
<!--[if lt IE 9]>
|
||||
<div class="message error browsehappy"><?php _e('您正在使用 <strong>旧版本</strong> 的浏览器. 为了更好的访问本页面, 请 <a href="http://browsehappy.com/">升级你的浏览器</a>'); ?>.</div>
|
||||
<![endif]-->
|
||||
|
Loading…
x
Reference in New Issue
Block a user