What’s the difference between a Magento theme and a Magento skin? What’s the relationshiop between these and a Magento module?
What’s the difference between a Magento theme and a Magento skin? What’s the relationshiop
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
A theme is any combination of layout, template, locale and/or skin file(s) that create the visual experience…
A theme consists of any or all of the following:
These are basic XML files that define block structure for different pages as well as control META information and page encoding.For in-depth look into layouts, read Intro to Layouts)
These are PHTML files that contain (X)HTML markups and any necessary PHP tags to create logic for visual presentation.
These are simple text documents organized on a per language basis that contain translations for store copy.
These are block-specific Javascript and CSS and image files that compliment your (X)HTML.
Source: http://www.magentocommerce.com/design_guide/articles/magento-design-terminologies4