Joomla fix: Breadcrumbs in new window

What should i do if my Joomla breadcrumbs’ links open in a new browser window, as opposed to my default window?

Go to includes/pathway.php line 293
change

target="_window"

to

target="_self"

That’s it!

Tags:

Leave a Reply