diff options
Diffstat (limited to 'phpBB/templates')
| -rw-r--r-- | phpBB/templates/PSO/viewforum_body.tpl | 7 | ||||
| -rw-r--r-- | phpBB/templates/PSO/viewtopic_body.tpl | 2 |
2 files changed, 8 insertions, 1 deletions
diff --git a/phpBB/templates/PSO/viewforum_body.tpl b/phpBB/templates/PSO/viewforum_body.tpl index 8702765217..167f3fa5f9 100644 --- a/phpBB/templates/PSO/viewforum_body.tpl +++ b/phpBB/templates/PSO/viewforum_body.tpl @@ -66,6 +66,13 @@ <td><span class="gensmall">{L_TOPIC_IS_LOCKED}</span></td> </tr> <tr> + <td width="20" align="center"><img src="images/folder_new_hot.gif" alt="{L_NEWPOSTS_HOT}" /></td> + <td><span class="gensmall">{L_NEWPOSTS_HOT}</span></td> + <td> </td> + <td width="20" align="center"><img src="images/folder_hot.gif" alt="{L_NONEWPOSTS_HOT}" /></td> + <td><span class="gensmall">{L_NONEWPOSTS_HOT}</span></td> + </tr> + <tr> <td colspan="8"><br /><span class="gensmall"><b>{S_TIMEZONE}</b></span></td> </tr> <tr> diff --git a/phpBB/templates/PSO/viewtopic_body.tpl b/phpBB/templates/PSO/viewtopic_body.tpl index 158684a351..c33e97dd36 100644 --- a/phpBB/templates/PSO/viewtopic_body.tpl +++ b/phpBB/templates/PSO/viewtopic_body.tpl @@ -27,7 +27,7 @@ <td valign="top"><span class="gen"><b>{postrow.POSTER_NAME}</b></span><br /><span class="gensmall">{postrow.POSTER_RANK}<br />{postrow.RANK_IMAGE}{postrow.POSTER_AVATAR}<br /><br />{postrow.POSTER_JOINED}<br />{postrow.POSTER_POSTS}<br />{postrow.POSTER_FROM}</span><br /><br /></td> </tr> <tr> - <td valign="bottom"><span class="gensmall"><a href="#top">Back to top</a></span></td> + <td valign="bottom"><span class="gensmall"><a href="#top">{L_RETURN_TO_TOP}</a></span></td> </tr> </table></td> <td width="78%" height="100%"><table width="100%" height="100%" cellspacing="1" cellpadding="0" border="0"> |
