X-Git-Url: https://git.llucax.com/mecon/meconlib.git/blobdiff_plain/d374755a39b0fc94d14a25590acea0a3f5ce6633..3d12454faf6771c71ac91dfd7f6a21f00f4d69c2:/lib/MECON/HTML/QuickForm/caritas.php diff --git a/lib/MECON/HTML/QuickForm/caritas.php b/lib/MECON/HTML/QuickForm/caritas.php index 336c1d9..9308aba 100644 --- a/lib/MECON/HTML/QuickForm/caritas.php +++ b/lib/MECON/HTML/QuickForm/caritas.php @@ -22,7 +22,7 @@ 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 * @@ -252,7 +252,7 @@ class MECON_HTML_QuickForm_caritas extends HTML_QuickForm_element { $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 .= '
';