#4460

Tu Tran
Moderator

Hi,

To slove this, please go to the file app\design\frontend\default\sns_korion\template\page\html\head.phtml, add the code below into the end of file:

<?php echo $this->getCssJsHtml() ?>
<?php echo $this->helper('core/js')->getTranslatorScript() ?>
<?php echo $this->getIncludes() ?>

Thanks,