Changeset 948 for trunk/include/functions_html.inc.php
- Timestamp:
- Nov 20, 2005, 12:46:18 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/functions_html.inc.php
r941 r948 49 49 $title .= ' '.$lang['days']; 50 50 $size = getimagesize( $icon_url ); 51 $output = '<img title="'.$title.'" src="'.$icon_url.'" style="border:0;';52 $output.= 'height:'.$size[1].'px;width:'.$size[0].'px" alt=" " />';51 $output = '<img title="'.$title.'" src="'.$icon_url.'" class="icon" style="border:0;'; 52 $output.= 'height:'.$size[1].'px;width:'.$size[0].'px" alt="(!)" />'; 53 53 } 54 54 return $output;
Note: See TracChangeset
for help on using the changeset viewer.