Page 1 of 1

What Templating Engine does CATS Use?

Posted: 28 May 2010, 18:19
by dneedles
What templating engine does CATS use? I do not recognize it a smarty, etc. Is it proprietary?
Thanks!

Re: What Templating Engine does CATS Use?

Posted: 18 Aug 2010, 19:13
by Brian.Hanson
CATS uses straight PHP as its templating engine. While technically proprietary, it's invoked by one line (include('filename');) and thus shouldn't be condemned as a result.

Re: What Templating Engine does CATS Use?

Posted: 14 Sep 2010, 14:57
by RussH
Thanks Brian, appreciate the input.