How to Installation
- MD MAKE sub-theme is meant to be YOUR theme. To change the name of the theme from 'md_make_subtheme' to another name like 'mytheme',
follow these steps (to do BEFORE enabling the theme) :
- Copy md_make_subtheme to sites/all/themes/mytheme
- Rename the theme folder to 'mytheme'.
- Rename md_make_subtheme.info.starkit to mytheme.info
- Edit md_make_subtheme.info and change the name, description, other setting you can changer after enable
- In template.php change each iteration of 'md_make_subtheme' to 'mytheme'

What are the folder, files for ?
------------------------

- md_make_subtheme.info     => provide informations about the theme, like regions, css, settings, js ...
- template.php              => used to modify drupal's default behavior before outputting HTML through
                               the theme
- css                       => folder store css files
- js                        => folder store js files
- templates                 => folder store files template override *.tpl.php