Book Image

Mastering Magento Theme Design

By : Andrea Sacca
Book Image

Mastering Magento Theme Design

By: Andrea Sacca

Overview of this book

Table of Contents (18 chapters)
Mastering Magento Theme Design
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Collecting and placing all the folders and files under one folder


The very first thing to do is to collect all the files and the folders created for the theme, and create a folder that is ready to be uploaded or installed by the final user.

Just to remind you, the following diagram is the tree of the folders and the files of our project:

The app folder contains the following folders:

  • code: This includes the admin theme module and the widgets

  • design: This includes the design structure of the frontend and the backend

  • etc: This contains the files needed for the activation of the widget and module

The skin folder contains the following folders:

  • frontend: This includes the images and styles for the frontend theme

  • adminhtml: This includes the images and styles for the backend theme