Problem:
When a block has an empty title, the block header is invisible but the block post-icon is still displayed.

Solution:
In file "template.php" the function "touchpro_preprocess_block" should check "$vars['block']->subject" for not empty before printing the icon.

if (!empty($vars['block']->subject))