';} if (get_option('field_telephone') == 'yes'){ $field_telephone='

';} $output = '

Send us a message

How to find us

'.get_option('address_contact').'

Contact information

'.$content.'
'; } elseif (get_option('type_contact') == 'skin2'){ $output = '

Send us a message

Contact information

'.$content.'
'; } elseif (get_option('type_contact') == 'skin3'){ $output = '

 

Contact information

'.$content.'

Send us a message

'; } return $output; } add_myshortcode2( 'contact_cg', 'contact_cg' ); add_myshortcode2( 'contact_us_abc', 'contact_cg' ); ?>