Hello.

Quick question.

Is it possible to do some kind of switch of a breadcrumbs thing?

I want the breadcrumbs to show on main site (HomeSite) with just "Home" link ("Home" text editable in file includes/languages/english/header.php) as
Code:
define('HEADER_TITLE_CATALOG', 'Home');
but in the category pages, I want it to be shown like

Code:
Category title :: Home


so in example, if I'd have a website about Football, I'd want my homepage to have the "Football" breadcrumb , but when clicking on any category, it would be written as "Los Angeles Galaxy FC :: Football"


any chance of tweaking things like this?