|
@@ -49,6 +49,7 @@
|
|
<option value="2" {if $registration['address'] == 2}selected="selected"{/if}>Manhattan819</option>
|
|
<option value="2" {if $registration['address'] == 2}selected="selected"{/if}>Manhattan819</option>
|
|
<option value="3" {if $registration['address'] == 3}selected="selected"{/if}>Flatbush933</option>
|
|
<option value="3" {if $registration['address'] == 3}selected="selected"{/if}>Flatbush933</option>
|
|
<option value="4" {if $registration['address'] == 4}selected="selected"{/if}>Dallas3333</option>
|
|
<option value="4" {if $registration['address'] == 4}selected="selected"{/if}>Dallas3333</option>
|
|
|
|
+<option value="5" {if $registration['address'] == 5}selected="selected"{/if}>Atlanta</option>
|
|
</select>
|
|
</select>
|
|
</li>
|
|
</li>
|
|
|
|
|