]> git.llucax.com Git - mecon/meconlib.git/blobdiff - lib/MECON/HTML/QuickForm/caritas.php
expandible
[mecon/meconlib.git] / lib / MECON / HTML / QuickForm / caritas.php
index 336c1d98d3b386e12540f759e73a19af32bc58b4..9308aba35c75fb8dbfa2697d9e2927732509bbd8 100644 (file)
@@ -22,7 +22,7 @@
 require_once('HTML/QuickForm/element.php');
 require_once('HTML/QuickForm/radio.php');
 require_once('MECON/defaults.php');
 require_once('HTML/QuickForm/element.php');
 require_once('HTML/QuickForm/radio.php');
 require_once('MECON/defaults.php');
-require_once('HTML/Image.php');
+require_once 'MECON/HTML/Image.php';
 /**
  * Class to dynamically create HTML Select elements from a date
  *
 /**
  * Class to dynamically create HTML Select elements from a date
  *
@@ -252,7 +252,7 @@ class MECON_HTML_QuickForm_caritas extends HTML_QuickForm_element {
                     $strHtml .= $element->toHtml();
                 }
             }
                     $strHtml .= $element->toHtml();
                 }
             }
-            $imagen =& new HTML_Image(MECON_DIR_IMG."/caritas/$nombre");
+            $imagen =& new MECON_HTML_Image(MECON_DIR_IMG."/caritas/$nombre");
             $strHtml .= ' ' . $imagen->toHtml() . '     ';
             if (!($i++ % $this->_cols))
                 $strHtml .=  '<br>';
             $strHtml .= '&nbsp;' . $imagen->toHtml() . '&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;';
             if (!($i++ % $this->_cols))
                 $strHtml .=  '<br>';