theme function flow diagram

The difference between Drupal 5 and 6. Slightly outdated.

Notice that most of PHPTemplate engine has been moved deeper into the core theme() function. This allows modules and core .inc files to default it's output to .tpl files. This means themers do not have to manually setup a callback function.

A good handful of functions in core has already been converted. This means less to do for themers. Duplicating the files into the theme will let themers override the output. Easy!

theme flow diagram. Drupal 5 vs. 6.

PDF's attached to this node.

Documentation forthcoming in the new theming handbook.

AttachmentSize
theme_flow_5.pdf32.95 KB
theme_flow_6.pdf36.91 KB