require_once 'MLIB/Tpl.php';
/**
- * Hooks vs IT Template Engine.
+ * FileDir is a class based on HIT (Hooks vs IT Template Engine).
* Hooks vs IT (HIT) is a simple template implementation, based on hooks and IT
* template systems.
*
* @todo Add a global example and an explanation of the directory structure to
* use, etc.
*/
-class MLIB_Tpl_HIT extends /* implements */ MLIB_Tpl
+class MLIB_Tpl_FileDir extends /* implements */ MLIB_Tpl
{
/**
* Root directory where template files are.
* @copydoc __construct()
* @see __construct()
*/
- function MLIB_Tpl_HIT($root = '.', $useIncludePath = false, $group = '')
+ function MLIB_Tpl_FileDir($root = '.', $useIncludePath = false, $group = '')
{
$this->__construct($root, $useIncludePath, $group);
}