The template preprocess function for talkpage.tpl.php should be named template_preprocess_talkpage() -- not talk_preprocess_talkpage().
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | 522502_preprocess_prefix.patch | 772 bytes | greggles |
The template preprocess function for talkpage.tpl.php should be named template_preprocess_talkpage() -- not talk_preprocess_talkpage().
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | 522502_preprocess_prefix.patch | 772 bytes | greggles |
Comments
Comment #1
gregglesYep.
Block module is a good example for this: http://api.drupal.org/api/function/template_preprocess_block/6
Comment #2
cwgordon7 commentedWhoops! Thanks for the patch, committed.