diff options
Diffstat (limited to 'phpBB/templates/subSilver/posting_body.html')
-rw-r--r-- | phpBB/templates/subSilver/posting_body.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/phpBB/templates/subSilver/posting_body.html b/phpBB/templates/subSilver/posting_body.html index 61297d74c3..6b0dd6d8a3 100644 --- a/phpBB/templates/subSilver/posting_body.html +++ b/phpBB/templates/subSilver/posting_body.html @@ -3,6 +3,9 @@ <script language="javascript" type="text/javascript"> <!-- +var form_name = 'post'; +var text_name = 'message'; + // Define the bbCode tags bbcode = new Array(); bbtags = new Array('[b]','[/b]','[i]','[/i]','[u]','[/u]','[quote]','[/quote]','[code]','[/code]','[list]','[/list]','[list=]','[/list]','[img]','[/img]','[flash]','[/flash]','[url]','[/url]'); |