{* $Id: profiles_contact.tpl 1923 2006-06-21 07:51:18Z zeke $ *} {capture name="contacts"} {if $profile_settings.title.show}   {$lang.title}       {/if} {if $profile_settings.firstname.show}   {$lang.first_name}       {/if} {if $profile_settings.lastname.show}   {$lang.last_name}       {/if} {if $profile_settings.company.show}   {$lang.company}       {/if} {if $profile_settings.phone.show}   {$lang.phone}       {/if} {if $settings.General.use_email_as_login != 'Y' || ($checkout == 'Y' && $settings.General.disable_anonymous_checkout != 'Y' || $auth.user_id)}   {$lang.email}       {/if} {if $profile_settings.fax.show}   {$lang.fax}       {/if} {if $profile_settings.url.show}   {$lang.web_site}       {/if} {/capture} {if $smarty.capture.contacts|trim}

{$lang.contact_information}
{$smarty.capture.contacts} {/if}