File: /home/qirgxuo4hkuv/public_html/volzano.com/wp-content/themes/volzano/page.php
<?php
get_header();
$hayber = get_template_directory_uri().'/assets/img/myhot-hayber.png';
while ( have_posts() ) : the_post();
?>
<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>
<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(); ?>