|
interface.inc.php - User Interface Functions
|
icon
Required Parameters: string $string
Optional Parameters: string $alt, string $align, int $width, int $height
Returns: None
Description: This function writes out the HTML needed to display an icon in GIF format with dimensions 20 x 20 pixels, strored in the "icons" directory off of the shared directory. The name of the file (before the .gif extension) is given by the $string variable, with alternate HTML text given by $alt.
function icon($string, $alt = '', $align = 'bottom', $width = 20, $height = 20)
|