Ignore:
Timestamp:
08/24/2010 11:02:24 AM (21 months ago)
Author:
Xiping.Wang
Message:

[trunk] fix picture file name , merge from omcollab_ui

Location:
trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk

  • trunk/w

  • trunk/w/extensions/SocialProfile/UserProfile/SkillProfilerHelper.php

    r1778 r1829  
    578578        $template = '<div class="profile-group"> 
    579579                                                        <table cellpadding="0" cellspacing="0" width="100%"><tbody><tr> 
    580                                                                 <td width="40"><img src="'.RR_OMCOLLAB_DIRECTORY.'common/skins/'.OMCOLLAB_SKIN_DIRNAME.'/images/popular-'.ucfirst($type).'-icon.png" valign="abs-middle"></td> 
     580                                                                <td width="40"><img src="'.RR_OMCOLLAB_DIRECTORY.'common/skins/'.OMCOLLAB_SKIN_DIRNAME.'/images/popular-'.strtolower($type).'-icon.png" valign="abs-middle"></td> 
    581581                                                                <td><h2 class="group-title">Popular '.ucfirst($type).'</h2></td> 
    582582                                                        </tr></tbody></table> 
Note: See TracChangeset for help on using the changeset viewer.