template

16
Jan

Theming blocks in Drupal 6, templates and preprocess functions

zero dev's picture

Background reading

http://www.nicklewis.org/drupal-hackers-cookbook/theming/hook_theme-and-...

Nicks excellent run through is a little bit confusing when it comes to working out whether you're using the verbose or preprocess methods. This walk through is going to use just the preprocess method. We'll create a very simple module that provides a simple login block, or if logged in, a few links through to account, account edit and log out.

Subscribe to RSS - template