What is the correct method to add an external JavaScript file to Magento’s local.xml file?

  • <action method=”addScript”><script>jquery/jquery.js</script></action>
  • <action method=”addCss”><script>jquery/jquery.js</script></action>
  • <action method=”addJS”><script>jquery/jquery.js</script></action>
  • None of the above

Правильный ответ - последний, потому что в третьем регистр неверен: addJS, но тупой индус, видимо, именно третий ответ считает правильным.