View file IPS Community Suite 4.7.8 NULLED/admin/install/html/forms/select.phtml
<ips:template parameters="$name, $value, $required, $options" />
<select name="{$name}" id="{$name}">
{{foreach $options as $k => $v}}
<option value='{$k}' {{if $value == $k}}selected{{endif}}>{$v|raw}</option>
{{endforeach}}
</select>