Changeset 1828 for branches/omcollab_ui


Ignore:
Timestamp:
08/24/2010 10:58:26 AM (21 months ago)
Author:
Xiping.Wang
Message:

[omcollab_ui] fix picture file name

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/omcollab_ui/w/extensions/SocialProfile/UserProfile/SkillProfilerHelper.php

    r1750 r1828  
    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.