Exemplo n.º 1
0
                    <div class="form-group">
                        <label class="col-sm-3 control-label" for="country"><?php 
    _e('Country', 'flatter');
    ?>
</label>
                        <div class="col-sm-8">
                            <?php 
    ItemForm::country_select(osc_get_countries(), osc_user());
    ?>
                        </div>
                    </div>
                    <?php 
} else {
    ?>
                    <div style="display:none;"><?php 
    ItemForm::country_text();
    ?>
</div>
                    <?php 
}
?>
                    <div class="form-group">
                        <label class="col-sm-3 control-label" for="region"><?php 
_e('Region', 'flatter');
?>
</label>
                        <div class="col-sm-8">
                          <?php 
if (osc_get_preference('location_input', 'flatter_theme') == '1') {
    ?>
                          	<?php