Hi,
I need to send my a url as a variable to an embedded template. But it gets completely screwed up when I try to do that. I’ve tried a 1000 variaties but I can’t get it to work. I keep getting the compete url of that page and there is no way I can get rid of the last two segments. I just need a link to this weblog.
{exp:weblog:entries weblog=“mylog”}
<a href={path=mylog}>{weblog}</a> > <span>{title}</span> // prints the url and everything fine!
{embed=“embed/header” Titel=”{title}” Breadcrums=”<a href=’{path=mylog}’>{weblog}</a> > <span>{title}</span>”}
{/exp:weblog:entries}
Is it impossible to send urls as variables to embedded templates. If not, what can I do to get this to work? A query?
