Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
File Manager
/
wp-content
/
plugins
/
bb-plugin
/
includes
:
field-layout.php
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
<div class="fl-layout-field"> <?php foreach($field['options'] as $key => $img) : ?> <div class="fl-layout-field-option <?php if($key == $value) echo 'fl-layout-field-option-selected'; ?>" data-value="<?php echo $key; ?>"> <img src="<?php echo $img; ?>" /> </div> <?php endforeach; ?> <div class="fl-clear"></div> <input name="<?php echo $name; ?>" type="hidden" value='<?php echo $value; ?>' /> </div>