HEX
Server: Apache
System: Linux nc-ph-0707-26.instaforreviews.com 3.10.0-1160.119.1.el7.tuxcare.els13.x86_64 #1 SMP Fri Nov 22 06:29:45 UTC 2024 x86_64
User: qirgxuo4hkuv (1004)
PHP: 8.3.27
Disabled: NONE
Upload Files
File: /home/qirgxuo4hkuv/public_html/shovago.com/wp-content/themes/ShovaGo copy/page.php
<?php
	get_header();
	$hayber = get_template_directory_uri().'/assets/img/myhot-hayber.png';
	while ( have_posts() ) : the_post();
?>
<?php if ( !is_wc_endpoint_url('order-received')  ) { ?> 

<div id="pageHeader" class="pd--80-0 ihead animationContainer" style="padding-top: 105px;">
    <div class="container">
      	<img class="animated dots3" src="<?php echo $hayber; ?>">
      	<img class="icons icon18" src="<?php echo $hayber; ?>">
      	<img class="icons icon19" src="<?php echo $hayber; ?>">
      	<img class="icons icon20" src="<?php echo $hayber; ?>">
      	<img class="icons icon21" src="<?php echo $hayber; ?>">
        <div class="page-header--title">
          <h1 class="h1"><?php the_title(); ?></h1>
        </div>
    </div>
</div>
<?php } ?> 

<div id="contact">
  <div class="container pd--80-0-80">
		<?php if (!is_checkout()) { ?>
			<div class="pagecontent">
				<?php the_content(); ?>
	  	</div>
		<?php } else { ?>
			<?php the_content(); ?>
		<?php } ?>

	</div>
</div>


<?php endwhile; get_footer(); ?>