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
*
$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>';