Briefing Magento Knowledge

Which two of the following methods could you use?

You want to override the lcolumn.phtml file. Which two of the following methods could you use? (Choose
TWO.)

A.
Rename the file in base/default to enable overriding.

B.
Rename the root template configuration in the admin.

C.
Create a file with same file name in the same directory structure as your theme.

D.
Create a file exception in System -> Design, clear cache, and rebuild indexes.

E.
Create a file with different file name and different directory structure; then change the template with the
setTemplate method.