1

I use phptemplate_node_form in template.php to edit my back-end node pages

function phptemplate_node_form($form) {

Which is the function to edit the blocks instead ?

thanks

aneuryzm
  • 63,052
  • 100
  • 273
  • 488

1 Answers1

0

You'll be able to do block_preprocess in D7. But for now can you get by using the block.tpl.php file to customize the output?

http://api.drupal.org/api/drupal/modules--system--block.tpl.php/6

doublejosh
  • 5,548
  • 4
  • 39
  • 45