// -- Simple Template System
// -- Powered by Erick-Master
// -- CTM TEAM Softwares
// -- www.ctmts.com.br
// -- erick-master@ctmts.com.br
// -- 29/04/2011
// -- READ-ME.txt
Programmed in PHP 5.
The system is simple.
For use, just deploy the template.class.php
Not has mystery.
To load the page file
$template->fread("DIRECTORY")
To set tag {TAG}
$template->set("NAME_OF_TAG", "VALUE_OF_TAG")
Example:
$template->set("SITE_NAME", "CTM TEAM")
In page:
{SITE_NAME} = CTM TEAM
Any questions, I can help.
Thanks, by use my Template Class ;D |