{template admin:header}
{php}
$photo=$this->GetMysqlOne('thumb'," ".$this->GetTable('file')." WHERE fid='$refund[buyerphoto]'");{/php}
{if $photo}
{/if}
{php}
$photo=$this->GetMysqlOne('thumb'," ".$this->GetTable('file')." WHERE fid='$refund[sellerphoto]'");{/php}
{if $photo}
{/if}