sibtracker/templates/default/forum/msg.tpl
2019-05-18 13:46:03 +08:00

18 lines
626 B
Smarty

<div style="margin-top:1px;">
<div class="borderwrap">
<div class="maintitle"> <img src="{THEME}/forum/images/nav_m.gif" width="8" height="8" border="0" alt="" />&nbsp;{title}</div>
<table width="100%" cellspacing="1" cellpadding="0">
<tr>
<td class="row2">
<div style="padding-top:5px; padding-right:5px; padding-bottom:5px; padding-left:8px;">
<table cellpadding="0" cellspacing="0" width="100%">
<tr>
<td align="left">{msg}</td>
</tr>
</table>
</div>
</td>
</tr>
</table>
</div>
</div><br />