| Server IP : 178.212.43.201 / Your IP : 10.100.0.33 Web Server : Apache/2.4.37 (Oracle Linux Server) OpenSSL/1.1.1k System : Linux spa0007.srv.paxillus.pl 5.4.17-2136.355.3.1.el8uek.x86_64 #3 SMP Sat May 9 17:11:55 PDT 2026 x86_64 User : apache ( 48) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /var/www/html/suzuki/wp-content/plugins/beaver-builder-lite-version/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>