I tried it but I receive:
Notice: Undefined offset: 0 in g:\program files\easyphp1-8\www\ppp\administrator\components\com_news_portal\pathway.php on line 333
Which refers to this line:
if ( $Itemid && $Itemid != 99999999 && $Itemid != $home_id[0]->id) {
echo '<span class="pathway">'. $home .' '. $path .'</span>';
}else{
$home = str_replace('<a href="'. sefRelToAbs( 'index.php' ) .'" class="pathway">',"",$home);
$home = str_replace('</a>',"",$home);
echo '<span class="pathway">'. $home .'</span>';
}
}