HEX
Server: Apache
System: Linux webd006.cluster128.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64
User: zwafgyp (177615)
PHP: 7.4.33
Disabled: _dyuweyrj4,_dyuweyrj4r,dl
Upload Files
File: /home/z/w/a/zwafgyp/coolswim/wp-content/themes/liftsupply/page-templates/page-left-sidebar.php
<?php
/**
 * Template Name: Main Left Sidebar
 *
 * @package WpOpal
 * @subpackage Liftsupply
 * @since Liftsupply 1.0
 */
global $liftsupply_layouts;

get_header( apply_filters( 'liftsupply_fnc_get_header_layout', null ) );
$liftsupply_layouts = apply_filters( 'liftsupply_fnc_get_page_sidebar_configs', null )

?>
<?php do_action( 'liftsupply_template_main_before' ); ?>
<section id="main-container" class="<?php echo apply_filters('liftsupply_template_main_container_class','container');?> inner">
	<div class="row">

		<div id="main-content" class="main-content col-xs-12 col-lg-8 col-md-8">
			<div id="primary" class="content-area">
				<div id="content" class="site-content" role="main">

					<?php
						// Start the Loop.
						while ( have_posts() ) : the_post();

							// Include the page content template.
							get_template_part( 'content', 'page' );

							// If comments are open or we have at least one comment, load up the comment template.
							if ( comments_open() || get_comments_number() ) {
								comments_template();
							}
						endwhile;
					?>

				</div><!-- #content -->
			</div><!-- #primary -->
			<?php get_sidebar( 'content' ); ?>

		</div><!-- #main-content -->

		<?php get_sidebar('left'); ?>

	</div>
</section>
<?php

get_footer();