hi,
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
hi,
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
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