File "field-font.php"
Full Path: /www/wwwroot/shphe-en.com/wp-content/plugins/bb-plugin/includes/field-font.php
File size: 457 bytes
MIME-type: --
Charset: utf-8
<?php $value = ( array ) $value; // Make sure we have an array and not an object. ?>
<div class="fl-font-field">
<select name="<?php echo $name . '[][family]'; ?>" class="fl-font-field-font">
<?php FLBuilderFonts::display_select_font( $value['family'] ) ?>
</select>
<select name="<?php echo $name . '[][weight]'; ?>" class="fl-font-field-weight">
<?php FLBuilderFonts::display_select_weight( $value['family'], $value['weight'] ) ?>
</select>
</div>