Didn't notice that.
Open mainfile.php, find
function blocks($side) {
after the sql query
Code:
$result = $db->sql_query($sql);
while($row = $db->sql_fetchrow($result)) {
$bid = intval($row['bid']);
$title = $row['title'];
add
Code:
if (($side == 'c') or ($side == 'd')) { $title = ''; }