EXTLAN_PRE1, "type" => "textbox", "include_text" => "class='tbox' size='80' maxlength='254'" ); $ue_field['aim'] = array( "text" => EXTLAN_PRE2, "type" => "textbox", "include_text" => "class='tbox' size='40' maxlength='254'" ); $ue_field['icq'] = array( "text" => EXTLAN_PRE3, "type" => "textbox", "include_text" => "class='tbox' size='40' maxlength='254'" ); $ue_field['yahoo'] = array( "text" => EXTLAN_PRE4, "type" => "textbox", "include_text" => "class='tbox' size='40' maxlength='254'" ); $ue_field['homepage'] = array( "text" => EXTLAN_PRE5, "type" => "textbox", "include_text" => "class='tbox' size='40' maxlength='254'", "regex validation" => "#^[a-z0-9]+://#si" ); return $ue_field; }