diff options
Diffstat (limited to 'phpBB/styles/subSilver/template/posting_body.html')
-rw-r--r-- | phpBB/styles/subSilver/template/posting_body.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/phpBB/styles/subSilver/template/posting_body.html b/phpBB/styles/subSilver/template/posting_body.html index ca094c11a6..9111beb699 100644 --- a/phpBB/styles/subSilver/template/posting_body.html +++ b/phpBB/styles/subSilver/template/posting_body.html @@ -50,7 +50,8 @@ function checkForm() <!-- IF S_FORUM_RULES --> <div class="forumrules"> <!-- IF U_FORUM_RULES --> - <a href="{U_FORUM_RULES}">{L_FORUM_RULES}</a> + <h3 style="color:red">{L_FORUM_RULES}</h3><br /> + <a href="{U_FORUM_RULES}"><b>{L_FORUM_RULES_LINK}</b></a> <!-- ELSE --> <h3 style="color:red">{L_FORUM_RULES}</h3><br /> {FORUM_RULES} |