template
Submitted by zero dev on Mon, 01/16/2012 - 16:51
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.