If your custom frontend theme is missing an expected template file, the last place Magento will look is this directory: ______________.
You want to add additional XML (“Additional XML Declaration”) to an existing layout block. Which is the proper tag for adding it?
Using prototype.js, which selector would be used to target a group of list items with the class of item?
When a block of type __________ is rendered, all its child blocks are rendered automatically, without the need to call the getChildHtml () method.
Which file adds “breadcrumbs” on pages?
You have created a custom theme called my_theme within the default package and want to override the native template file /page/lcolumn.phtml. You will need to place the file in the following structure:
Which XML layout handle is used to assign layout configurations to all pages of a store?
Which element in layout XML specifies a method to be called on a referenced or newly defined block?
If you want to provide an existing custom theme for a mobile device browser, you'll only have to _____________.
You want to create a new “screendesign” package based on the “default” package’s “default” theme.
Which ONE of the following steps do you have to take?