Hi there,
Using the latest dev release of the project, I'm trying to make breadcrumbs available to the header region of my theme. I've done my best, searched the issue queue, searched far and wide, etc., but no dice.
Thanks for any help with this request.
Comments
Comment #1
stephen Piscura commentedActually, given the design for which i'm building a theme, it looks like i need quite a few variables in the header region and elsewhere that aren't available to those templates. So the question is bit wider than just breadcrumbs.
Comment #2
markhalliwellUnfortunately, there's no real easy way to do this in a theme. These variables are provided/preprocessed in the
pagetheme hook, not regions. I attempted to do the same in this related issue, but as you can see from that issue... it's complex and hack-ish at best.