(2010-) * @license GPLv2 http://files.froxlor.org/misc/COPYING.txt * @package Functions * */ function getFormFieldOutputFile($fieldname, $fielddata, $do_show = true) { $label = $fielddata['label']; $value = htmlentities($fielddata['value']); eval("\$returnvalue = \"" . getTemplate("formfields/text", true) . "\";"); return $returnvalue; }