The content type CMS_IMG prints src attribute of a image, which is set through CMS_IMGEDITOR content type.
The usage is very simple. Put CMS_IMG tag in src attribute in your module like below.
$src = "CMS_IMG[1]"; echo '<img src="'.$src.'" alt="no picture found" />';