XTP Download Page
System requirements
This template engine requires PHP 5 (PHP 4 is neither tested nor supported).
How to use
In order to be able to use this template engine you need to unpack contents of the archive into any directory under your project tree. After that you need to include xtp.php file in your source files - line similar to
require_once(dirname(__FILE__) . '/xtp.php');
Here is assumed that xtp.php resides in the same directory as file from which it is included. If you unpacked xtp.php into some other directory you should change your include path accordingly.
