mirror of
https://github.com/torrentpier/torrentpier-lts.git
synced 2025-02-28 15:10:54 +03:00
Update posting.php
This commit is contained in:
parent
2eda227f8e
commit
e601577b13
@ -702,7 +702,7 @@ $template->assign_vars(array(
|
|||||||
'POSTING_TYPE_TITLE' => $page_title,
|
'POSTING_TYPE_TITLE' => $page_title,
|
||||||
'POSTING_TOPIC_ID' => ($mode != 'newtopic') ? $topic_id : '',
|
'POSTING_TOPIC_ID' => ($mode != 'newtopic') ? $topic_id : '',
|
||||||
'POSTING_TOPIC_TITLE' => ($mode != 'newtopic') ? wbr($post_info['topic_title']) : '',
|
'POSTING_TOPIC_TITLE' => ($mode != 'newtopic') ? wbr($post_info['topic_title']) : '',
|
||||||
'U_VIEW_FORUM' => "viewforum.php?" . POST_FORUM_URL . "=$forum_id",
|
'U_VIEW_FORUM' => FORUM_URL . $forum_id,
|
||||||
|
|
||||||
'USERNAME' => @$username,
|
'USERNAME' => @$username,
|
||||||
'CAPTCHA_HTML' => (IS_GUEST && !$bb_cfg['captcha']['disabled']) ? bb_captcha('get') : '',
|
'CAPTCHA_HTML' => (IS_GUEST && !$bb_cfg['captcha']['disabled']) ? bb_captcha('get') : '',
|
||||||
|
Loading…
Reference in New Issue
Block a user