This is our beginner theming course that focuses on the anatomy of a Drupal theme.
- Discussion about separating content from presentation
- Examples of theme-switching in Drupal
- Intro to XHTML
- Intro to CSS
- Intro to PHP (print $content;)
- Breaking down a Drupal site (page, node, block, etc...)
- Anatomy of a theme
- page.tpl.php
- node.tpl.php
- template.php
- Taking a static HTML template and Drupalizing it