How to enable custom Magento Templates & Themes
Magento templates are split in to two areas: Directory 1: app/design/frontend/default/default/ — This directory contains the layout, translation (locale) and template materials. Directory 2: skin/frontend/default/default/ — This directory contains the images, CSS and block-specific Javascripts. You’ll notice the structure in our template .zip files is: /app/design/frontend/default/template_name /skin/frontend/default/template_name To use our Magento Templates you simply need [...]

