Joomla fix: Breadcrumbs in new window

Published in Website Design | On May 12th, 2008

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!

Share |

Leave a Reply