{template phpapp:header}
{if $info['birthcity']} {echo $this->GetSelectCategory('category_city',$info['birthcity'],'birthcity')} {else} {echo $this->SetSelectCategory('category_city',$info['birthcity'],'birthcity')} {/if}
{if $info['residecity']} {echo $this->GetSelectCategory('category_city',$info['residecity'],'residecity')} {else} {echo $this->SetSelectCategory('category_city',$info['residecity'],'residecity')} {/if}
{template phpapp:footer}