', $context['coppa']['body'], '
', $txt['coppa_form_link_popup'], ' | ', $txt['coppa_form_link_download'], '
', $context['coppa']['many_options'] ? $txt['coppa_send_to_two_options'] : $txt['coppa_send_to_one_option'], '
'; // Can they send by post? if (!empty($context['coppa']['post'])) { echo '1) ', $txt['coppa_send_by_post'], '
', $context['coppa']['post'], '
';
}
// Can they send by fax??
if (!empty($context['coppa']['fax']))
{
echo '
', !empty($context['coppa']['post']) ? '2' : '1', ') ', $txt['coppa_send_by_fax'], '
', $context['coppa']['fax'], '
';
}
// Offer an alternative Phone Number?
if ($context['coppa']['phone'])
{
echo '
', $context['coppa']['phone'], '
'; } echo '