From: Martín Marrese Date: Fri, 30 Jul 2004 20:57:25 +0000 (+0000) Subject: Se modifica el nombre de MLIB_Tpl_HIT por uno mas representativo (MLIB_Tpl_FileDir) X-Git-Tag: svn_import~21 X-Git-Url: https://git.llucax.com/mecon/meconlib.git/commitdiff_plain/8b14b7f9fc748bbb758fff4f6cd906f5c215eaaa Se modifica el nombre de MLIB_Tpl_HIT por uno mas representativo (MLIB_Tpl_FileDir) --- diff --git a/lib/MLIB/Tpl/HIT.php b/lib/MLIB/Tpl/FileDir.php similarity index 96% rename from lib/MLIB/Tpl/HIT.php rename to lib/MLIB/Tpl/FileDir.php index cabb319..d2cb5c3 100644 --- a/lib/MLIB/Tpl/HIT.php +++ b/lib/MLIB/Tpl/FileDir.php @@ -27,7 +27,7 @@ $Id$ 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. * @@ -36,7 +36,7 @@ require_once 'MLIB/Tpl.php'; * @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. @@ -63,7 +63,7 @@ class MLIB_Tpl_HIT extends /* implements */ MLIB_Tpl * @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); }