1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-19 12:51:52 +02:00

Fix for Contact page captcha label.

This commit is contained in:
Cameron
2016-12-05 09:13:31 -08:00
parent a98954f775
commit 383980e0c6
2 changed files with 5 additions and 3 deletions

View File

@@ -79,12 +79,14 @@ class contact_shortcodes extends e_shortcode
return "<input type='hidden' name='rand_num' value='".e107::getSecureImg()->random_number."' />".e107::getSecureImg()->r_image();
}
function sc_contact_imagecode_label($parm='')
{
return e107::getSecureImg()->renderLabel();
}
function sc_contact_imagecode_input($parm='')
{
return e107::getSecureImg()->renderInput();
// return "<input class='tbox' type='text' name='code_verify' size='15' maxlength='20' />";
}