diff options
Diffstat (limited to 'phpBB/templates/Default/newtopic_header.tpl')
-rw-r--r-- | phpBB/templates/Default/newtopic_header.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/templates/Default/newtopic_header.tpl b/phpBB/templates/Default/newtopic_header.tpl index 0e032ec54c..903fad68e8 100644 --- a/phpBB/templates/Default/newtopic_header.tpl +++ b/phpBB/templates/Default/newtopic_header.tpl @@ -7,7 +7,7 @@ <tr> <td align="center" style="{font-size: 8pt;}"> {L_POSTNEWIN}<br> - <a href="viewforum.{PHPEX}?{S_FORUMS_URL}={FORUM_ID}">{FORUM_NAME}</a> + <a href="{U_VIEW_FORUM}">{FORUM_NAME}</a> </td> </tr> </table> |