Let's begin! Open the file styles/prosilver/template/index_body.html and search for:
- Code: Select all
<!-- INCLUDE overall_footer.html -->
Before add:
- Code: Select all
<div class="panel bg1" style="text-align: center;">
<div class="inner"><span class="corners-top"><span></span></span>
<img src="{T_IMAGESET_PATH}/forum_unread.gif" alt="{L_NEW_POSTS}" /> {L_NEW_POSTS}
<img src="{T_IMAGESET_PATH}/forum_read.gif" alt="{L_NO_NEW_POSTS}" /> {L_NO_NEW_POSTS}
<img src="{T_IMAGESET_PATH}/forum_read_locked.gif" alt="{L_FORUM_LOCKED}" /> {L_FORUM_LOCKED}
<span class="corners-bottom"><span></span></span></div>
</div>
<br />
Refresh your template - ACP => Styles => Templates.
- 20100225 - rewritten by prototech and updated code snippet to conform to XHTML standards.