Hello Jan, your suggestion sounds good. But now I get FreeMarker template error with [code]Expression model.site is undefined on line 10, column 16 in templates/<myProject>/templates/homepage.ftl. The problematic instruction: ---------- ==> list model.site.theme.cssFiles as cssFile [on line 10, column 9 in templates/<myProject>/templates/homepage.ftl] ---------- [/code]
Line 10 is [code][#list model.site.theme.cssFiles as cssFile][/code] and col 16 is the 'm' in 'model' in my template. Why is "model.site" not defined? I though it was build in? Regards Mike [;-) -- Context is everything: http://forum.magnolia-cms.com/forum/thread.html?threadId=0bc436ee-d5ab-4b9d-9716-94b50f9b6cf9 ---------------------------------------------------------------- For list details see http://www.magnolia-cms.com/home/community/mailing-lists.html To unsubscribe, E-mail to: <[email protected]> ----------------------------------------------------------------
