Magento-头JS

时间:2018-09-11 06:00:04

标签: javascript templates magento magento-1.9

我正在使用magento 1.9.2.4,但有一个小问题:

<head></head>之间,我有CSS文件和js文件,但也有一段js代码,如下所示:

<html>
    <head>
    <meta charset="utf-8">
    <titlte>Title</title>
    <link href="...">

    <!-- This is the thing that i'm trying to get access to -->
    <script type="text/javascript">
        //some js code here
    </script>

该代码的存储方式/位置?(我必须对其进行修改,但找不到:|)

1 个答案:

答案 0 :(得分:0)

app \ design \ frontend \ base \ default \ template \ page \ html \ head.phtml

所有在链接标记之后。