Create a New Page in phpBB2
Now, letīs do the template file:
Code: (tos.tpl)
- <table width="100%" cellspacing="2" cellpadding="2" border="0" align="center">
- <tr>
- <td align="left"><span class="nav"><a class="nav" href="{U_INDEX}">{L_INDEX}</a></span></td>
- </tr>
- </table>
- <table class="forumline" width="100%" cellspacing="1" cellpadding="3" border="0">
- <tr>
- <th class="thHead" height="25" valign="middle">{L_TOS_TITLE}</th>
- </tr>
- <tr>
- <td class="row1" align="center"><table width="80%" cellspacing="2" cellpadding="2" border="0" align="center">
- <tr>
- <td><span class="genmed">{L_CONTENT}<br /></span></td>
- </tr>
- </table></td>
- </tr>
- </table>
Ok, now upload the tos.php to the forum root, the lang_tos.php to the language file AND the tos.tpl to the template directory in your current style.