I don't know where i write this in

I have the Extention "Rank Post Styling" and the PBWoW 3 Style.
So there is a div id called blizzicon and thats for the topic icons..
The originalcode in the File "viewforum_body.html" is:
Code: Select all
<div class="list-inner" id="blizzicon">
now i try to write them, if the author rank == administrator or if the author name == Breathi .. then use the icon.. here the code:
Code: Select all
<div <!-- IF TOPIC_AUTHOR == 'BREATHI'-->class="list-inner" id="blizzicon"><!-- ENDIF -->class="list-inner">
please can everybody help me?