Revision 749b8a23
Added by Assos Assos almost 9 years ago
drupal7/sites/all/themes/bootstrap/templates/system/breadcrumb.func.php | ||
---|---|---|
19 | 19 |
* @ingroup theme_functions |
20 | 20 |
*/ |
21 | 21 |
function bootstrap_breadcrumb($variables) { |
22 |
// Use the Path Breadcrumbs theme function if it should be used instead. |
|
23 |
if (_bootstrap_use_path_breadcrumbs()) { |
|
24 |
return path_breadcrumbs_breadcrumb($variables); |
|
25 |
} |
|
26 |
|
|
22 | 27 |
$output = ''; |
23 | 28 |
$breadcrumb = $variables['breadcrumb']; |
24 | 29 |
|
Also available in: Unified diff
Weekly update of contrib modules