aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/subsilver2/template/profilefields/dropdown.html
blob: 16242da895a0430637070c44aaa9e7baba688dd1 (plain)
1
2
3
4
5
<!-- BEGIN dropdown -->
<select name="{dropdown.FIELD_IDENT}">
	<!-- BEGIN options --><option value="{dropdown.options.OPTION_ID}"{dropdown.options.SELECTED}>{dropdown.options.VALUE}</option><!-- END options -->
</select>
<!-- END dropdown -->