From: Martín Marrese Date: Fri, 30 Jul 2004 22:31:47 +0000 (+0000) Subject: Modificacion en el ejemplo, habia un error decia HIT en vez de FileDir. X-Git-Tag: svn_import~18 X-Git-Url: https://git.llucax.com/mecon/meconlib.git/commitdiff_plain/e3aa93dbec3a60192a5803e7b71711e0bc1be23d Modificacion en el ejemplo, habia un error decia HIT en vez de FileDir. --- diff --git a/test/Tpl/FileDir/test_MLIB_Tpl_FileDir.php b/test/Tpl/FileDir/test_MLIB_Tpl_FileDir.php index 68de83b..c2d77dd 100755 --- a/test/Tpl/FileDir/test_MLIB_Tpl_FileDir.php +++ b/test/Tpl/FileDir/test_MLIB_Tpl_FileDir.php @@ -78,7 +78,7 @@ else $cells.= $HIT->parse('cell', array ( 'ATTR' => 'width="80%" align="center"', //Sets the width of the cell. - 'CELL' => 'H I T  T E M P L A T E  E X A M P L E' //Title. + 'CELL' => 'MLIB_Tpl_FileDir Example' //Title. ) ); //}}}