Hi Patrick

When including .ftl files within other .ftl. files, use an "absolute" path 
which starts at "module name".
(Meaning here the "module" within src/main/resources or actually the light 
module name. See 
https://documentation.magnolia-cms.com/display/DOCS/Module+structure .)

So do something like:
[code]
[#include "/camera-collection/templates/json-provider-utils.ftl"]
[#include "/mtk/templates/macros/image.ftl"]
[#include "/your-module/templates/include/myinclude.ftl"]
[/code]

I hope this helps and works on your site too ;-)
kind regards,
 Christoph

-- 
Context is everything: 
http://forum.magnolia-cms.com/forum/thread.html?threadId=ffd5511e-56a0-4cec-8778-0f040b2da59d


----------------------------------------------------------------
For list details, see http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: <user-list-unsubscr...@magnolia-cms.com>
----------------------------------------------------------------

Reply via email to