0

I have a block in my page and that block has a title. How can i remove this title (subject) within template.php? I tried hook_block_view_block_alter() but it doesn't seem to work? I could add a space character in the block configuration screen but it doesn't look the right way for me.

apaderno
  • 28,547
  • 16
  • 75
  • 90
dianikol
  • 213
  • 1
  • 4
  • 10

1 Answers1

1

You can use the special token <none> in the block configuration screen as the title, that will make it blank for page output.

Clive
  • 36,918
  • 8
  • 87
  • 113