I try to use omega 4 with path_breadcrumbs.
But path_breadcrumbs gives zero effect on my site.
I copy breadcrumb.theme.inc from omega theme to my subtheme and change code to

function THEME_breadcrumb($variables) {
  return path_breadcrumbs_breadcrumb($variables);
}

All works fine, but is it the right way?

Comments

nikolay shapovalov’s picture

Issue summary: View changes
kalabro’s picture

Component: Documentation » Miscellaneous

I don't have much work experience with Omega. We need some sort of workaround here.
This comment #2162781-5: Home link settings ignored may be related.

emcniece’s picture

I've used the same hook but with no results.
EDIT: nevermind, just didn't set up the paths properly...