- $img = new MECON_HTML_Image("/MECON/images/general_$tipo",
- '('.strtoupper($tipo{0}).')');
- $img->updateAttributes(array('title' => ucfirst($tipo)));
- $link->addContents($img);
+ $img = new MECON_HTML_Icon($tipo, $link, null,
+ array('title' => ucfirst($tipo)));
+ $l = $img->getLink();