php-censor/B8Framework/b8/Form/View/Hidden.phtml
2016-06-23 21:18:41 +06:00

1 line
No EOL
106 B
PHTML
Executable file

<input type="hidden" id="<?php print $id; ?>" name="<?php print $name; ?>" value="<?php print $value; ?>">