HEX
Server: Apache
System: Linux p3plzcpnl505785.prod.phx3.secureserver.net 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64
User: xuvi7odgswsg (6947073)
PHP: 8.3.30
Disabled: NONE
Upload Files
File: //home/xuvi7odgswsg/www/wp-content/plugins/bbpowerpack/includes/ui-panel.php
<div class="pp-panel">
	<div class="fl-builder-panel-actions">
		<i class="pp-panel-close fa fa-times"></i>

		<?php if ( pp_panel_search() == 1 ) : ?>
		<div class="pp-search-bar">
			<input type="text" class="pp-search-input" value="" placeholder="Search..." />
		</div>
		<?php endif; ?>

	</div>
	<div class="fl-builder-panel-content-wrap fl-nanoscroller">
		<div class="fl-builder-panel-content fl-nanoscroller-content">
			<div class="fl-builder-blocks">
				<?php if ( count( $row_templates['categorized'] ) > 0 ) : ?>
				<?php foreach ( $row_templates['categorized'] as $key => $cat ) : ?>
					<?php if ('PowerPack Templates' != $cat['name'] && 'Uncategorized' != $cat['name'] ) : ?>
					<div class="fl-builder-blocks-section">
						<span class="fl-builder-blocks-section-title">
							<?php echo $cat['name']; ?>
							<i class="fa fa-chevron-down"></i>
						</span>
						<div class="fl-builder-blocks-section-content fl-builder-row-templates">
						<?php foreach ( $cat['templates'] as $template ) : ?>
							<span class="fl-builder-block fl-builder-block-template fl-builder-block-row-template" data-id="<?php echo $template['id']; ?>" data-type="<?php echo $template['type']; ?>">
								<img class="fl-builder-block-template-image" src="<?php echo $template['image']; ?>" />
								<span class="fl-builder-block-title"><?php echo $template['name']; ?></span>
							</span>
						<?php endforeach; ?>
						</div>
					</div>
					<?php endif; ?>
				<?php endforeach; ?>
				<?php endif; ?>
			</div>
		</div>
	</div>
</div>