{SITECONTACTINFO}
"; } */ $CONTACT_TEMPLATE['info'] = "
{SITECONTACTINFO}
"; $CONTACT_TEMPLATE['menu'] = '
{CONTACT_NAME}
{CONTACT_EMAIL}
{CONTACT_BODY=rows=5&cols=30}
{CONTACT_SUBMIT_BUTTON}
'; // 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'] = "
{CONTACT_PERSON} {CONTACT_EMAIL_COPY} {CONTACT_IMAGECODE} {CONTACT_IMAGECODE_INPUT}
".LANCONTACT_03."
{CONTACT_NAME}
".LANCONTACT_04."
{CONTACT_EMAIL}
".LANCONTACT_05."
{CONTACT_SUBJECT}
".LANCONTACT_06."
{CONTACT_BODY}
{CONTACT_SUBMIT_BUTTON}
"; ?>