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/public_html/wp-content/themes/bb-theme/bigcommerce/components/page-wrapper.php
<?php

/**
 * The content-wrapper.php template is responsible for rendering everything that goes between
 * get_header() and get_footer() in the theme.
 *
 * @var string $content The contents of the page to render inside of the wrapper
 */
?>
<div class="<?php FLLayout::container_class(); ?>">
	<div class="<?php FLLayout::row_class(); ?>">
		<div class="fl-content <?php FLLayout::content_class( 'bigcommerce' ); ?>">
			<?php echo $content; ?>
		</div>
	</div>
</div>