Ignore:
Timestamp:
Nov 20, 2005, 12:46:18 AM (18 years ago)
Author:
chrisaga
Message:
  • report bug 206 correction and some template improvement from branch 1.5
  • feature 195 : add an "Admin" link under "Home" in the menu bar of the admin page
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/functions_html.inc.php

    r941 r948  
    4949    $title .=  ' '.$lang['days'];
    5050    $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="(!)" />';
    5353  }
    5454  return $output;
Note: See TracChangeset for help on using the changeset viewer.