Hi again! I've previously posted as "Audra" but I lost access to my account with the board switch.
Anyway- I'm happily working my way through installing and customizing the new version of Zen Cart. Everything is going great! I'm excited to have such possibilities at hand.
I've been able to find a few of the issues I've had in new posts but haven't found an answer to this one yet! I found a few close ones in the archived messages, but not exactly what I'm looking for.
I'd like to remove just the "Home" and its following separator from the breadcrumbs. I attempted this by leaving the "Home" in english.php blank, but then I lose the "Home" link in the navigation bar. I want to keep the Nav Bar one.
Then I tried commenting out the home link in the breadcrumbs.php file
and I get this error:Code:if ($this->_trail[$i]['title'] == HEADER_TITLE_CATALOG) { $trail_string .= ' <a href="' . HTTP_SERVER . DIR_WS_CATALOG . '">' . $this->_trail[$i]['title'] . '</a>'; } else { $trail_string .= ' <a href="' . $this->_trail[$i]['link'] . '">' . $this->_trail[$i]['title'] . '</a>'; } } else { $trail_string .= $this->_trail[$i]['title']; } if (($i+1) < $n) $trail_string .= $separator; $trail_string .= "\n"; }
Parse error: syntax error, unexpected T_ELSE in /home/.../includes/classes/breadcrumb.php on line 59
I'd just like to lose the home link in breadcrumbs. I don't want to disable breadcrumbs altogether. Any ideas where to do this? Please don't tell me it's in admin and I'm just missing it!![]()



