]> git.llucax.com Git - mecon/meconlib.git/commitdiff
Se modifica el nombre de MLIB_Tpl_HIT por uno mas representativo (MLIB_Tpl_FileDir)
authorMartín Marrese <marrese@gmail.com>
Fri, 30 Jul 2004 20:57:25 +0000 (20:57 +0000)
committerMartín Marrese <marrese@gmail.com>
Fri, 30 Jul 2004 20:57:25 +0000 (20:57 +0000)
lib/MLIB/Tpl/FileDir.php [moved from lib/MLIB/Tpl/HIT.php with 96% similarity]

similarity index 96%
rename from lib/MLIB/Tpl/HIT.php
rename to lib/MLIB/Tpl/FileDir.php
index cabb31984f377ffa01954e5021fdac2991a8fc3f..d2cb5c3dee25d33791a3d0ec3c6293fdcf467ae7 100644 (file)
@@ -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);
     }