1
谷歌jQuery的文件外每個後臺的網站鏈接。
我嘗試:
添加
<reference name="head">
<block type="core/text" name="google.cdn.jquery">
<action method="setText">
<text><![CDATA[<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>]]></text>
</action>
</block>
</reference>
到local.xml中和/或main.xml中(設計/ adminhtml內/)
我想這可能因爲前端工作(然後在設計/前端/),它的工作。
問題,我嘗試:
什麼也沒有發生。甚至不是一個錯誤或什麼,但完全沒有。如果我添加或不添加,它沒有區別。
*剛纔*在第二個我已經我自己找到了答案,就像你說的一樣:將我的include添加到head.phtml就是解決方案。 – Matmarbon 2012-02-07 15:19:35
對於其他感興趣的人:可以在* design/adminhtml/default/default/template/page/head.phtml *找到head.phtml,並添加'<?php echo $ this-> getChildHtml('google.cdn。的jquery'); ''它在我的情況下做了詭計! – Matmarbon 2012-02-07 15:22:12