diff --git a/e107_core/templates/contact_template.php b/e107_core/templates/contact_template.php
index b326f2823..8e0ad85ef 100644
--- a/e107_core/templates/contact_template.php
+++ b/e107_core/templates/contact_template.php
@@ -43,21 +43,20 @@ $CONTACT_TEMPLATE['menu'] = '
// Option I - new sc style variable and format, global available per shortcode (mode also applied)
// sc_style is uppercased now - distinguished from the legacy $sc_style variable and compatible with the new template standards, we deprecate $sc_style soon
- $SC_STYLE['CONTACT_EMAIL_COPY'] = "
{---}".LANCONTACT_07." |
";
- $SC_STYLE['CONTACT_PERSON'] = "".LANCONTACT_14." {---} |
";
- $SC_STYLE['CONTACT_IMAGECODE'] = "".LANCONTACT_16." {---}";
- $SC_STYLE['CONTACT_IMAGECODE_INPUT'] = "{---} |
";
+ // $SC_STYLE['CONTACT_EMAIL_COPY'] = "{---}".LANCONTACT_07." |
";
+ // $SC_STYLE['CONTACT_PERSON'] = "".LANCONTACT_14." {---} |
";
+ // $SC_STYLE['CONTACT_IMAGECODE'] = "".LANCONTACT_16." {---}";
+ // $SC_STYLE['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_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'] = "