2
file: multiMenu/blocks/block.php
Around line 168(not sure) use this:
$title = preg_replace('/{pm_new}/', '<span style="color:#ff0000; font-weight: bold;">'.$new_messages.'</span>', $title);//hacked line
$title = preg_replace('/{pm_readed}/', $old_messages, $title);
$title = preg_replace('/{pm_total}/', $som, $title);
$title = preg_replace('/{user_id}/', $user_id, $title);