Hi all,
I know it's in BxBaseMenu.php
function genBreadcrumb($aPath = array()) {
$sRootItem = '<a href="' . $this->sSiteUrl . '">' . _t('_Home') . '</a>';
Now home goes to http://www.mysite.com
I have a splash page so I want Home to go to http://www.mysite.com/index.php
Anyone have a solution?
Regards,
Harvliet
