<?php
$queryintegrations = $queryintegrations->toArray();
?>

<!DOCTYPE html>
<html lang="en-US">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<title>Meridio Fans Checkout</title>
<meta name="description" content=""/>
<meta name="Author" content="Meridio Fans Checkout" />
<link rel="canonical" href="" />
<?php echo $this->Html->meta('icon', $this->Html->url('favicon.png?'.time()));?>
<?php echo  $this->Html->css('style.css?'.time()) ?>

<?php echo $this->Html->script('jquery.js?'.time()) ?>


<?php echo $queryintegrations[0]['googlewebmaster'];?>
<?php echo $queryintegrations[0]['googleanalytics'];?>
<?php echo $queryintegrations[0]['googleconversion'];?>
<?php echo $queryintegrations[0]['facebookpixel'];?>
</head>

<?php echo  $this->fetch('content') ?>



<?php echo $this->Html->script('main.js?'.time());?>
</body>
</html>