On Tue, Aug 19, 2008 at 7:10 AM, Mullan Colm <[EMAIL PROTECTED]> wrote: > I am working on customising roller to be the same style as a website and > when the web styles change the styles for Roller will change also. > > Is it possible in Roller to include templates from a file source, rather > than from Roller database. > > Instead of #includeTemplate($model.weblog "_header") where _header is in the > roller database. > > I would like to include the following file from the file system i.e. > \\company-san\inetpub\active\_includes\header.htm
None of the Roller macros or page model objects support that. If you've got some Java dev expertise, you could write a Page Model plugin to do it. - Dave
