Its a few steps, so i describe them.
Step I
Open incudes/classes/breadcrumb.php
Find: }?>
Add before:
function title($separator = ' - ') {
$trail_string = ' : ';

for ($i=2, $n=sizeof($this->_trail); $i_trail[$i]['link']) && tep_not_null($this->_trail[$i]['link'])) {
$trail_string .= $this->_trail[$i]['title'];
} else {
$trail_string .= $this->_trail[$i]['title'];
}

if (($i+1) < $n) $trail_string .= $separator;
}

return $trail_string;
}

Save pload

Step II
Open index.php
Find:
Replace with:


Save, upload

Done :D



More...