Adding language settings to config.php so that people can control the language output...
[viewsvn.git] / templates / select_option.tpl
1 <option value="$value"<if condition="$selected"> selected="selected"</if>>$display</option>