{SITECONTACTINFO}
|
";
}
*/
$CONTACT_TEMPLATE['info'] = "
";
$CONTACT_TEMPLATE['menu'] = '
';
// Option I - new sc style variable and format, global available per shortcode (mode also applied)
// sc_style is renamed to sc_wrapper and uppercased now - distinguished from the legacy $sc_style variable and compatible with the new template standards, we deprecate $sc_style soon
// $SC_WRAPPER['CONTACT_EMAIL_COPY'] = "{---}".LANCONTACT_07." |
";
// $SC_WRAPPER['CONTACT_PERSON'] = "".LANCONTACT_14." {---} |
";
// $SC_WRAPPER['CONTACT_IMAGECODE'] = "".LANCONTACT_16." {---}";
// $SC_WRAPPER['CONTACT_IMAGECODE_INPUT'] = "{---} |
";
// Option II - Wrappers, used ONLY with batch objects, requires explicit wrapper registration
// In this case (see contact.php) e107::getScBatch('contact')->wrapper('contact/form')
// Only one Option is used - WRAPPER > SC_STYLE
$CONTACT_WRAPPER['form']['CONTACT_IMAGECODE'] = "".LANCONTACT_16." {---}";
$CONTACT_WRAPPER['form']['CONTACT_IMAGECODE_INPUT'] = "{---} |
";
$CONTACT_WRAPPER['form']['CONTACT_EMAIL_COPY'] = "{---}".LANCONTACT_07." |
";
$CONTACT_WRAPPER['form']['CONTACT_PERSON'] = "".LANCONTACT_14." {---} |
";
$CONTACT_TEMPLATE['form'] = "
";
?>