| 1 |
<?php |
<?php |
| 2 |
// $Id: taxonomy_dss.module,v 1.24 2007/08/31 17:12:13 moonray Exp $ |
// $Id: taxonomy_dss.module,v 1.25 2007/08/31 17:17:59 moonray Exp $ |
| 3 |
|
|
| 4 |
/* Required patch to core (can we find a module specific workaround?): |
/* Required patch to core (can we find a module specific workaround?): |
| 5 |
|
|
| 1137 |
} |
} |
| 1138 |
|
|
| 1139 |
function taxonomy_dss_set_breadcrumb($breadcrumb) { |
function taxonomy_dss_set_breadcrumb($breadcrumb) { |
| 1140 |
if (count($breadcrumb) == 1 && $breadcrumb[0]['path'] == variable_get('site_frontpage', NULL)) { |
if ($breadcrumb[count($breadcrumb) - 1]['path'] == variable_get('site_frontpage', NULL)) { |
| 1141 |
$crumbs = array(); |
$crumbs = array(); |
| 1142 |
} |
} |
| 1143 |
else { |
else { |