yeh doesn't seem to work...
I actually wanted to use a static file for the outerTpl, so in my
chunk1 I have something like (using Revo)
[[include?file=`outerTpl.php`]]
Hey,
@virtual what did your snippet call look like from within
chunk1 ? Couldn't really follow...
Inside my static file, outerTpl.php would be the wayfinder template code.
<ul[[+wf.classes]]>
[[+wf.wrapper]]
</ul>
... I decided to use @FILE:/my/path/outerTpl.php instead
[[!Wayfinder?
&startId=`0`
&outerTpl=`@FILE:/my/path/outerTpl.php`
]]
Hey I noticed that there was no mention of @FILE (and @CODE, are there any more possible bindings?) in the updated Wayfinder Docs.
http://rtfm.modx.com/display/ADDON/Wayfinder
Is that the most updated Wayfinder docs? Is the @FILE binding codes being depreciated on Wayfinder?
Thanks