Which two of the following code samples contain correct XML code for adding style.css to a page? (Choose TWO.)
Within a Magento instance configured to use the package name “my_package” and the theme name “my_theme”, which file would override the default catalog search template?
Which ONE of the following adds links to the top links navigation?
Using Magentos JavaScript translator object, which is the correct option for translating JavaScript strings within a.phtml file?
In a “new order” transactional email template, which two of the following are valid ways to get properties of the template variable “order”? (Choose TWO.)
What is System -> Design used for?
When a block of type __________ is rendered, all its child blocks are rendered automatically, without the need to call the getChildHtml () method.
Which three types of files are contained in the folder “app/design!”? (Choose THREE.)
You created a header-new.phtml from the original header.phtml. How can you force Magento to use that new file in place of the native header block template?
What type of block is created by the code below?
You want to add the file “somescript.js” in a template. The JS-file is in the folder “root: js/lib”. Which piece of code should you use?
You want to create a wrapper block that uses an HTML tag name which is set by the action setHtmlTagName. The wrapper block should render all its child blocks within the HTML tag. Which block type should you use to create the wrapper block?
Which file adds “breadcrumbs” on pages?
What is the function of the attribute output= “to Html” when applied to a
Given a configured package “mypackage”, which of the following sequences of design fallback steps is correct?
You want to add additional XML (“Additional XML Declaration”) to an existing layout block. Which is the proper tag for adding it?