Quote Originally Posted by oculas View Post
Hi,

I don't know whether someone has already reported this, but here it goes anyway.

I found after having installed multilanguage_ezpages_1.3.0.5v2.01 the breadcrumbs in my EZ Pages were duplicating my last breadcrumb; for example: Home • Information • Information.

Being an astute follower of the 'Less is more' principle I decided that the last breadcrumb had to go.

Just go into includes\modules\pages\page\header_php.php and go to line #156.
Change:
$breadcrumb->add($var_pageDetails->fields['pages_title']);

to:
//$breadcrumb->add($var_pageDetails->fields['pages_title']);

and your EZ pages are clutter-free again :-)

Hopefully this saves someone the time it took me to figure this one out.

Regards,

Oculas
All, what I can sey- just a very big thanks. Good job!