torrentpier/styles/templates/default/terms.tpl
Roman Kelesidis f02e902691
Minor improvements (#982)
* Minor improvements

* Apply fixes from StyleCI (#981)

Co-authored-by: StyleCI Bot <bot@styleci.io>

---------

Co-authored-by: Yury Pikhtarev <exileum@icloud.com>
Co-authored-by: StyleCI Bot <bot@styleci.io>
2023-10-22 21:29:09 +07:00

22 lines
398 B
Smarty

<table class="forumline">
<tr>
<th>{L_TERMS}</th>
</tr>
<!-- IF TERMS_HTML -->
<tr>
<td class="row1">
<div class="post_wrap">
{TERMS_HTML}
</div>
</td>
</tr>
<!-- ENDIF -->
<!-- IF IS_ADMIN -->
<tr>
<td class="row1">
{TERMS_EDIT}
</td>
</tr>
<!-- ENDIF -->
</table>