Yes, its the most resent version of Wayfinder. Its weird that it does nothing in my site, not even an error, just an empty line...I don’t get it.
update:
Ok, I got it to work...I still don’t really know why it works but I was trying a few things and at last for some reason something worked;
[[Wayfinder?startId=`0` &outerTpl=`mh.OuterTpl` &innerTpl=`mh.InnerTpl` &rowTpl=`mh.RowTpl` &innerRowTpl=`mh.InnerRowTpl` &firstClass=`first` &hereClass=``]]
and I changed all the chunks to only say "[+wf.wrapper+]" except mh.InnerRowTpl which I changed to;
<a href="[+wf.link+]" title="[+wf.title+]">[+wf.linktext+]</a>[+wf.wrapper+]
and this gave the desired output. Now I can probably change it more to make it a bit more logical but I’m already very happy that it’s working, and I’ve learned to apply the saying "If it aint broke then don’t fix it." lavishly...