| 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
session_start();
ob_start();
?>
<script type="text/javascript">
function track_and_go(me) {
var querystring = 'doordash=1';
$.ajax
({
cache: false,
data: querystring,
type: "POST",
url: "/functions/doordash_email.php",
success: function(data)
{
window.location.href = $(me).attr('href');
}
});
}
</script>
<div id="real_content" style="width:524px;">
<div class="delivery_big_text" style="padding-left:40px;">
Our delivery site is undergoing maintainance, but you can still get delivery through DoorDash.
</div>
<center>
<a href="https://www.doordash.com/business/6449/?utm_source=partner-link&utm_medium=website&utm_campaign=6449&utm_content=red-xl" onclick="track_and_go(this); return false;" target="_blank" alt="Order Food Delivery with DoorDash" title="Order Food Delivery with DoorDash" style="text-decoration: none"><div style="position: relative; width:268px; height:118px; margin: 0px auto; background-image: url(https://cdn.doordash.com/media/button/button_red_xl.svg); color:transparent">Order Food Delivery with DoorDash</div></a>
</center>
</div>
<?php
$title = 'Yogurtland Delivers - Address';
$page = 'delivery';
$html = ob_get_clean();
include('layout.php');
?>