HEX
Server: Apache/2.4.25
System: Linux ion14 4.9.0-8-amd64 #1 SMP Debian 4.9.144-3.1 (2019-02-19) x86_64
User: (10087)
PHP: 7.4.30
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,system, exec, shell_exec, passthru, popen, proc_open
Upload Files
File: /home/www/web115/wordpress/wp-content/themes/nt-landium/woocommerce-page.php
	<?php

		get_header();
		get_template_part('index-header');
        $nt_landium_postlayout = ot_get_option( 'nt_landium_postlayout' );


	?>

	<div id="start-screen" class="template-cover template-cover-style-2 js-full-height-off section-class-scroll index-header start-screen start-screen--static-bg start-screen--static-bg--style-1" data-stellar-background-ratio="0.5">

		<div class="template-overlay"></div>

		<div class="template-cover-text">
			<div class="container">
				<div class="row">

					<div class="col-md-8 col-sm-12 col-xs-12 center">

						<div class="template-cover-intro">

								<h2 class="uppercase lead-heading"><?php echo esc_html__( 'Shop','nt-landium' );?></h2>

                            <?php if ( ot_get_option( 'nt_landium_bread' ) != 'off' && function_exists('bcn_display') ) : ?>
								<p class="breadcrubms"><?php bcn_display(); ?></p>
							<?php endif; ?>

						</div>
					</div>
				</div>
			</div>
		</div>
	</div>

	<section id="blog">
		<div class="container has-margin-bottom">
			<div class="row">
				<div class="col-md-12-off has-margin-bottom-off">
				<?php if( ( $nt_landium_postlayout ) == 'right-sidebar' || ( $nt_landium_postlayout ) == '') { ?>
				<div class="col-lg-9 col-md-9 col-sm-12 index float-right posts">
				<?php } elseif( ( $nt_landium_postlayout ) == 'left-sidebar') { ?>
				<?php get_sidebar(); ?>
				<div class="col-lg-9 col-md-9 col-sm-12 index float-left posts">
				<?php } elseif( ( $nt_landium_postlayout ) == 'full-width') { ?>
				<div class="col-xs-12 full-width-index v">
				<?php } ?>

					<?php woocommerce_content(); ?>

				</div><!-- #end sidebar+ content -->

				<?php if( ( $nt_landium_postlayout ) == 'right-sidebar' || ( $nt_landium_postlayout ) == '') { ?>
					<?php get_sidebar(); ?>
				<?php } ?>

				</div>
			</div>
		</div>
	</section>

	<?php get_footer(); ?>