diff --git a/tableeditor.class.php b/tableeditor.class.php index b6018373..bb7c1b60 100644 --- a/tableeditor.class.php +++ b/tableeditor.class.php @@ -1166,6 +1166,12 @@ class TableEditor } echo ""; } + else if(substr($f,0,7)=="website") + { + echo ""; + echo "$f}\" target=\"_blank\">{$r->$f}"; + echo ""; + } else { if($this->fieldOptions[$f])