- Code: Select all
<!-- IF S_TOPIC_REPORTED -->
<br></br>
<p align="center">
<img src="{T_IMAGESET_PATH}/icon_topic_reported.gif" alt="*" /><a href="{U_MCP_REPORT}">{L_POST_REPORTED}</a></p>
<!-- ENDIF -->
Is that correct?
The correct way for subsilver2 is
- Code: Select all
<p align="center"> <!-- IF S_TOPIC_REPORTED --><img src="{T_IMAGESET_PATH}/icon_topic_reported.gif" alt="*" /><a href="{U_MCP_REPORT}">{L_POST_REPORTED}</a></p><!-- ENDIF -->









