The Anatomy of a Template
The template folders are located in /public_html/templates.

In this example we will look at this site's template. The template is made up of 5 folders:
- helpers: these are Zend View helpers that are specific to the template
- images: these are images that are specific to the template, like background images, etc.
- layouts: these are like subtemplates. this allows you to create a master page layout, then display different layouts within it.
- scripts: this is where you put any javascripts that are specific to the template. keep in mind that Jquery and a good number of plugins are included in the core. they are located in /public/scripts.
- styles: css stylesheets
The main template is the index.phtml file. the info.html file is just a file that i use to keep notes. It is not used by system.