item->profile->getFieldset('profile'); ?>
value) : echo '
'.$profile->label.'
'; $profile->text = htmlspecialchars($profile->value, ENT_COMPAT, 'UTF-8'); switch ($profile->id) : case "profile_website": $v_http = substr($profile->profile_value, 0, 4); if ($v_http == "http") : echo '
'.$profile->text.'
'; else : echo '
'.$profile->text.'
'; endif; break; default: echo '
'.$profile->text.'
'; break; endswitch; endif; endforeach; ?>