After many email requests we decided to anticipate the update of the new version, to solve some problems of the older version.
This is a beta version so we'll wait your feedback to make it definitive.
- Added RainTPL::tpl_compile_dir, that define cache directory where Rain Tpl save the compiled templates. We toke this solution to solve the write permission problem on some web server. RainTPL::tpl_compile_dir is "tmp/" of default.
Alert: Rain TPL now save the compiled template in the directory "tmp/"!
- Removed the credit from compiled template ( <!-- created by Rain TPL ... --> ), to solve problem related to html validation.
- Improved the source code.
Thanks Sergies for help to find the solution of write permission.

