เปิดไำฟล์ index.php ใน template ที่ใช้อยู่ เพิ่มโค้ดด้านล่างนี้ลงไป
Code: Select all
<?php
$headerstuff = $this->getHeadData();
reset($headerstuff['scripts']);
$moo = key($headerstuff['scripts']);
unset($headerstuff['scripts'][$moo]);
$this->setHeadData($headerstuff);
?>