| Server IP : 10.200.247.200 / Your IP : 216.73.217.19 Web Server : Apache System : Linux synergy-usa-sites 6.8.0-138-generic #138-Ubuntu SMP PREEMPT_DYNAMIC Fri Jul 31 22:41:49 UTC 2026 x86_64 User : jeremy ( 1001) PHP Version : 8.4.25 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /var/www/hans_sites/froyo2me.com/ |
Upload File : |
<?php
/*//Force HTTPS
if((empty($_SERVER["HTTPS"]) || $_SERVER["HTTPS"] !== "on")) {
header("Location: https://" . $_SERVER["HTTP_HOST"] . $_SERVER["REQUEST_URI"]);
exit();
}*/
//Tracking
require_once($_SERVER['DOCUMENT_ROOT'].'/php/mysql.php');
$db->query("INSERT INTO yogurtland_delivers.step_tracking
(
ip_address
,order_id
,step
,comments
,ts
) VALUES (
'".clean($_SERVER['REMOTE_ADDR'])."'
,'".clean((!empty($_SESSION['order_id'])) ? $_SESSION['order_id'] : '0')."'
,'".clean($page)."'
,''
,NOW()
)");
?>
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="initial-scale=.68, minimum-scale=.68, maximum-scale=.68">
<meta name="description" content="Yogurtland Delivers is the delivery website for frozen yogurt from Yogurtland in St. George Utah.">
<meta name="keywords" content="Frozen Yogurt, Yogurtland, Yogurtland Delivers, Yogurtlanddelivers, Yogurtlanddelivers.com">
<title><?= $title;?></title>
<link rel="stylesheet" href="/css/font-awesome/4.5.0/css/font-awesome.min.css" />
<link rel="stylesheet" href="/css/style.css?v=2020_04_28" />
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script>
$('document').ready(function() {
<?php if($page=='home') { ?>
$('#content').css('min-height',window.innerHeight - 255);
<?php } else { ?>
$('#content').css('min-height',window.innerHeight - 210);
<?php } ?>
});
</script>
</head>
<body>
<div id="header">
<?php if($page=='home') { ?>
<div id="logo_container">
<img src="/images/logo_home_page.png" />
</div>
<?php } elseif($page=='view_orders') { ?>
<div id="logo_container">
<img src="/images/logo_full_cup.png" />
</div>
<?php } else { ?>
<div id="logo_container">
<img src="/images/logo_full_cup.png" />
</div>
<?php
/*
<div class="new_submenu">
<img src="/images/submenu.png" />
</div>
*/
?>
<?php } ?>
<?php if($page!='checkout' && !empty($_SESSION['shopping_cart'])) { ?>
<center>
<a href="/checkout.php"><i style="font-size:36px;color:#f5cadf;cursor:pointer;" title="Check Out" class="fa fa-shopping-cart"> (<?= count($_SESSION['shopping_cart']);?> cup<?= (count($_SESSION['shopping_cart'])>1) ? 's': '';?>)</i></a>
</center>
<?php } ?>
</div>
<div id="content">
<?= $html;?>
</div>
<div id="footer">
<div class="contact">
<div class="phone"><a href="tel:435-673-5250">435-673-5250</a></div>
</div>
<div class="social_media">
<a href="https://www.facebook.com/YogurtlandStGeorge/" target="_blank" rel="nofollow">
<svg aria-hidden="true" focusable="false" class="icon icon-facebook" viewBox="0 0 8.4 20.6"><path fill="#9bbf53" d="M8.4 6H5.6V4.1c0-.7.5-.9.8-.9h2V0H5.6C2.5 0 1.8 2.4 1.8 3.9V6H0v3.3h1.8v9.3h3.8V9.3h2.5L8.4 6z"></path></svg>
</a>
<a href="https://twitter.com/YogurtLandSTG" target="_blank" rel="nofollow">
<svg aria-hidden="true" focusable="false" class="icon icon-twitter" viewBox="0 0 20 20"><path fill="#9bbf53" d="M19.551 4.208q-.815 1.202-1.956 2.038 0 .082.02.255t.02.255q0 1.589-.469 3.179t-1.426 3.036-2.272 2.567-3.158 1.793-3.963.672q-3.301 0-6.031-1.773.571.041.937.041 2.751 0 4.911-1.671-1.284-.02-2.292-.784T2.456 11.85q.346.082.754.082.55 0 1.039-.163-1.365-.285-2.262-1.365T1.09 7.918v-.041q.774.408 1.773.448-.795-.53-1.263-1.396t-.469-1.864q0-1.019.509-1.997 1.487 1.854 3.596 2.924T9.81 7.184q-.143-.509-.143-.897 0-1.63 1.161-2.781t2.832-1.151q.815 0 1.569.326t1.284.917q1.345-.265 2.506-.958-.428 1.386-1.732 2.18 1.243-.163 2.262-.611z"></path></svg>
</a>
<a href="https://www.instagram.com/yogurtlandstg/" target="_blank" rel="nofollow">
<svg aria-hidden="true" focusable="false" class="icon icon-instagram" viewBox="0 0 512 512"><path fill="#9bbf53" d="M256 49.5c67.3 0 75.2.3 101.8 1.5 24.6 1.1 37.9 5.2 46.8 8.7 11.8 4.6 20.2 10 29 18.8s14.3 17.2 18.8 29c3.4 8.9 7.6 22.2 8.7 46.8 1.2 26.6 1.5 34.5 1.5 101.8s-.3 75.2-1.5 101.8c-1.1 24.6-5.2 37.9-8.7 46.8-4.6 11.8-10 20.2-18.8 29s-17.2 14.3-29 18.8c-8.9 3.4-22.2 7.6-46.8 8.7-26.6 1.2-34.5 1.5-101.8 1.5s-75.2-.3-101.8-1.5c-24.6-1.1-37.9-5.2-46.8-8.7-11.8-4.6-20.2-10-29-18.8s-14.3-17.2-18.8-29c-3.4-8.9-7.6-22.2-8.7-46.8-1.2-26.6-1.5-34.5-1.5-101.8s.3-75.2 1.5-101.8c1.1-24.6 5.2-37.9 8.7-46.8 4.6-11.8 10-20.2 18.8-29s17.2-14.3 29-18.8c8.9-3.4 22.2-7.6 46.8-8.7 26.6-1.3 34.5-1.5 101.8-1.5m0-45.4c-68.4 0-77 .3-103.9 1.5C125.3 6.8 107 11.1 91 17.3c-16.6 6.4-30.6 15.1-44.6 29.1-14 14-22.6 28.1-29.1 44.6-6.2 16-10.5 34.3-11.7 61.2C4.4 179 4.1 187.6 4.1 256s.3 77 1.5 103.9c1.2 26.8 5.5 45.1 11.7 61.2 6.4 16.6 15.1 30.6 29.1 44.6 14 14 28.1 22.6 44.6 29.1 16 6.2 34.3 10.5 61.2 11.7 26.9 1.2 35.4 1.5 103.9 1.5s77-.3 103.9-1.5c26.8-1.2 45.1-5.5 61.2-11.7 16.6-6.4 30.6-15.1 44.6-29.1 14-14 22.6-28.1 29.1-44.6 6.2-16 10.5-34.3 11.7-61.2 1.2-26.9 1.5-35.4 1.5-103.9s-.3-77-1.5-103.9c-1.2-26.8-5.5-45.1-11.7-61.2-6.4-16.6-15.1-30.6-29.1-44.6-14-14-28.1-22.6-44.6-29.1-16-6.2-34.3-10.5-61.2-11.7-27-1.1-35.6-1.4-104-1.4z"></path><path fill="#9bbf53" d="M256 126.6c-71.4 0-129.4 57.9-129.4 129.4s58 129.4 129.4 129.4 129.4-58 129.4-129.4-58-129.4-129.4-129.4zm0 213.4c-46.4 0-84-37.6-84-84s37.6-84 84-84 84 37.6 84 84-37.6 84-84 84z"></path><circle fill="#9bbf53" cx="390.5" cy="121.5" r="30.2"></circle></svg>
</a>
</div>
<div class="privacy">
<div>
<a href="/privacy_policy.php" target="_blank">Privacy Policy</a>
</div>
</div>
</div>
<!-- Facebook Pixel Code -->
<script>
!function(f,b,e,v,n,t,s)
{if(f.fbq)return;n=f.fbq=function(){n.callMethod?
n.callMethod.apply(n,arguments):n.queue.push(arguments)};
if(!f._fbq)f._fbq=n;n.push=n;n.loaded=!0;n.version='2.0';
n.queue=[];t=b.createElement(e);t.async=!0;
t.src=v;s=b.getElementsByTagName(e)[0];
s.parentNode.insertBefore(t,s)}(window,document,'script',
'https://connect.facebook.net/en_US/fbevents.js');
fbq('init', '312665332714811');
fbq('track', 'PageView');
<?php if(!empty($is_confirm_page)) { ?>
fbq('track', 'Purchase', {value: '<?= number_format($order_info['total_cost'],2);?>', currency: 'USD'});
<?php } ?>
</script>
<noscript>
<img height="1" width="1"
src="https://www.facebook.com/tr?id=312665332714811&ev=PageView
&noscript=1"/>
</noscript>
<!-- End Facebook Pixel Code -->
</body>
</html>