JDP 發表於 2011-3-7 18:13:01

Joomla 出現 Did you know that your Internet Explorer 6 (IE6) is out of date?

當使用IE6開啟JA_purity II template的網頁時,會出現以下請您更新瀏覽器之訊息:
-----------------------------------------------------------------------------------
Did you know that your Internet Explorer 6 (IE6) is out of date?
The template is compatable with IE6 however your experience will be enhanced with a new browser. to get best possible experience using our we recommended that you upgrade to a newer version of other browser.
A list of the most popular web browsers can be found below
-----------------------------------------------------------------------------------

找到 \templates\ja_purity_ii\layouts\default.php
將以下內容刪除,就不會再出現警告畫面妨礙使用者了!
<?php if ($this->isIE6()) : ?>
   <?php $this->loadBlock('ie6/ie6warning') ?>
<?php endif; ?>


頁: [1]
查看完整版本: Joomla 出現 Did you know that your Internet Explorer 6 (IE6) is out of date?