3 lines
93 B
HTML
3 lines
93 B
HTML
{loop $arrCity $key $item}
|
|
<option value="{$item[cityid]}">{$item[cityname]}</option>
|
|
{/loop} |