1 2 3 4 5 6 7
<?php ?> <p> Display a message: <input type="text" name="params[description]" value="<?php echo htmlentities($vars['entity']->description); ?>" /> </p>