FreeMED Opensource EMR/PM Software |
function<br>Name: html_image<br> Date: Feb 24, 2003<br> Purpose: format HTML tags for the image<br> Input:<br>
Examples: {html_image file=”images/masthead.gif”} Output: <img src=”images/masthead.gif” border=0 width=400 height=23> @link http://smarty.php.net- /manual- /en- /language.function.html.image.php {html_image} (Smarty online manual) @author Monte Ohrt mo@ispi .net @author credits to Duda ntedu@big .hu - wrote first image function in repository, helped with lots of functionality @version 1.0 @param array @param Smarty @return string @uses smarty_function_escape_special_chars() da |