We use the staffroom unread addon to add some extra stuff into our modbar
I'd like to change "Staff" to use a fontawesome icon instead.
This is the template:
I thought I could just change
xenhrase StaffRoomUnread_AdminRoom}
to
<i class="fa fa-user fa-lg">
But that doens't work and messes stuff up.
Any ideas?
I'd like to change "Staff" to use a fontawesome icon instead.
This is the template:
Code:
<a href="{xen:link 'forums/{$forumID}'}" class="modLink">
<span class="itemLabel">{xen:phrase StaffRoomUnread_AdminRoom}</span>
<span class="itemCount {xen:if {$messageCount}, 'alert'}"> {$messageCount}</span>
</a>
I thought I could just change
xenhrase StaffRoomUnread_AdminRoom}
to
<i class="fa fa-user fa-lg">
But that doens't work and messes stuff up.
Any ideas?