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.
Asked
Active
Viewed 548 times
0
1 Answers
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