1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

[ticket/12961] Refactor lang entry

PHPBB3-12961
This commit is contained in:
PayBas
2014-08-14 22:22:20 +02:00
parent 27bb2b7289
commit 73426d2d30
3 changed files with 5 additions and 3 deletions

View File

@@ -61,6 +61,9 @@ class acp_captcha
$this->tpl_name = 'acp_captcha';
$this->page_title = 'ACP_VC_SETTINGS';
$template->assign_vars(array(L_ACP_VC_EXT_GET_MORE => sprintf($user->lang['ACP_VC_EXT_GET_MORE'],
'<a href="https://www.phpbb.com/go/anti-spam-ext" target="_blank" style="font-weight: bold;">', '</a>')
));
$form_key = 'acp_captcha';
add_form_key($form_key);