[Templates] Site-wide macros
Dave Howorth
dhoworth@mrc-lmb.cam.ac.uk
Tue, 10 Apr 2007 11:25:33 +0100
Bill Moseley wrote:
> I have a number of macros that I keep in a macros.tt file and they are
> included when I pre-process my config.tt file.
>
> I'd like to have the macros available to a number of applications, so
> what would be the recommended way to share a single macros file?
> Rewrite as a plugin?
Being lazy, I'd probably just put it in its own directory and add that
directory to the INCLUDE_PATH for each application.
Cheers, Dave