Hi,
I was following your FAQ on how to add a image verification refresh button, and I went to the components/com_chronocontact/chronocontact.php and tried to find this code:
if ( trim($paramsvalues->imagever) == 'Yes' ) {
$imver = '<input name="chrono_verification" type="text"
id="chrono_verification" value="">
<img src="'.$mosConfig_live_site
.'/components/com_chronocontact/chrono_verification.php">';
}
But it doesn't exist in my php file. Help?
I was following your FAQ on how to add a image verification refresh button, and I went to the components/com_chronocontact/chronocontact.php and tried to find this code:
if ( trim($paramsvalues->imagever) == 'Yes' ) {
$imver = '<input name="chrono_verification" type="text"
id="chrono_verification" value="">
<img src="'.$mosConfig_live_site
.'/components/com_chronocontact/chrono_verification.php">';
}
But it doesn't exist in my php file. Help?