Reply To: Assign a special icon to each of the buttons in the fep_men


Home Forums Front End PM PRO Assign a special icon to each of the buttons in the fep_men Reply To: Assign a special icon to each of the buttons in the fep_men

#7436
Shamim Hasan
Keymaster

You can pass different class for different button. Next version you will be able to pass id also.
In your code you are overriding full button, it will be better if you override just what you need. eg. use $menu['newmessage']['class'] = 'fep-button your_class';