| Server IP : 69.39.225.240 / Your IP : 216.73.216.138 Web Server : Apache System : Linux bronze7.serverhost.net 3.10.0-1160.105.1.el7.x86_64 #1 SMP Thu Dec 7 15:39:45 UTC 2023 x86_64 User : reademotions ( 1074) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /home/reademotions/www/wp-content/plugins/bb-plugin/includes/ |
Upload File : |
<div class="fl-icons-filter"> <input type="text" class="fl-icons-filter-text-live" placeholder="<?php _e( 'Search Icons', 'fl-builder' ); ?>" /> </div> <div class="fl-icons-list"> <div class="fl-icons-section results"> </div> <div class="fl-icons-section recent"> <h2 class="recent"><?php _e( 'Recently used icons', 'fl-builder' ); ?></h2> <div class="recent-icons"></div> </div> <div class="fl-icons-section all-icons"> <?php foreach ( $icon_sets as $set_key => $set_data ) : ?> <div class="fl-icons-section fl-<?php echo $set_key; ?>"> <h2><?php echo $set_data['name']; ?></h2> <?php foreach ( $set_data['icons'] as $icon ) : ?> <?php if ( ! empty( $set_data['prefix'] ) ) : ?> <i class="<?php echo $set_data['prefix'] . ' ' . $icon; ?>" title="<?php echo $icon; ?>"></i> <?php else : ?> <i class="<?php echo $icon; ?>" title="<?php echo $icon; ?>"></i> <?php endif; ?> <?php endforeach; ?> </div> <?php endforeach; ?> </div> </div> <div class="fl-lightbox-footer fl-icon-selector-footer"> <a class="fl-icon-selector-cancel fl-builder-button fl-builder-button-large" href="javascript:void(0);" onclick="return false;"><?php _e( 'Cancel', 'fl-builder' ); ?></a> </div>