diff --git a/template.php b/template.php index fb5e9f0..b588143 100644 --- a/template.php +++ b/template.php @@ -412,7 +412,7 @@ function aurora_preprocess_block(&$vars) { $breadcrumbs = drupal_get_breadcrumb(); - $vars['breadcrumbs'] = theme('breadcrumb', $breadcrumbs); + $vars['breadcrumbs'] = theme('breadcrumb', array('breadcrumb' => $breadcrumbs)); } // Tabs else if ($vars['block']->delta == 'blockify-tabs') { @@ -444,4 +444,4 @@ function aurora_preprocess_block(&$vars) { $icons = drupal_get_feeds(); $vars['icons'] = $icons; } -} \ No newline at end of file +}