This commit is contained in:
fen 2013-10-21 11:12:30 +08:00
parent 00c1ccc04c
commit c3ae117100

View File

@ -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]-->