aboutsummaryrefslogtreecommitdiff
path: root/templates/forms/hidden_input.php
blob: 27824cd016bb0912cf3bdef2ffceb4e9fffcf421 (plain)
1
2
3
4
<input type="hidden"
       name="<?= htmlReady($this->name) ?>"
       value="<?= htmlReady($this->value) ?>"
       id="<?= $id ?>" <?= $attributes ?>>