I'm using a splash page to access my shopping cart. Now I need to create another one with a separate URL. In doing so, I need to create a variable for the "Home" link in the breadcrumbs. This way, the user will be redirected to the appropriate splash page.
The new splash page will have a different set of products with different pricing. I am doing this by placing all of the related products in a new category. So is there a way I could modify the following code within the init_add_crumbs.php file so that the home link changes depending on what product category you are in?
Thanks in advance!$breadcrumb->add(HEADER_TITLE_CATALOG, '/');



