QBar Menu [SOLVED]

I have installed a better PM system on my board that requires a change in overall_header.tpl. As we all know, we use QBar so the edit that the mod is calling for is null and void until I can figure this out.
Here is what it calls for.
All I have to remove, upon further review is
Will not removing that little ditty of code effect this mod in one way or the other? All it does is when you login, it will say like you have 4 New Messages all red letters. As soon as you start browsing it then syas you have 4 Unread messages. When all messages are read it goes back to black letters and says 0 new messages. If you leave 1 or two messages, it will stay red and say you have "X" amount of unread messages.
Here is what it calls for.
- Code: Select all
##-----[ FIND ]------------------------------------------# <td><span> <a><img>{L_PROFILE}</a> <a><img>{PRIVATE_MESSAGE_INFO}</a> <a><img>{L_LOGIN_LOGOUT}</a> </span></td>##-----[ REPLACE WITH ]------------------------------------------# <td><span> <a><img>{L_PROFILE}</a> <a><img>{PRIVATE_MESSAGE_INFO}</a> <a><img>{L_LOGIN_LOGOUT}</a> </span></td> ##-----[ SAVE/CLOSE ALL FILES ]------------------------------------------## EoM
All I have to remove, upon further review is
- Code: Select all
alt="{PRIVATE_MESSAGE_INFO}"
Will not removing that little ditty of code effect this mod in one way or the other? All it does is when you login, it will say like you have 4 New Messages all red letters. As soon as you start browsing it then syas you have 4 Unread messages. When all messages are read it goes back to black letters and says 0 new messages. If you leave 1 or two messages, it will stay red and say you have "X" amount of unread messages.