| 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/coaching_sites/usbusinessfundingsolutions.com/member/ |
Upload File : |
<?php
require_once($_SERVER['DOCUMENT_ROOT'].'/inc/php_header.php');
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width" />
<title>U.S. Business Funding Solutions - <?=$title;?></title>
<link rel="stylesheet" href="/css/fontawesome/6.0/css/all.min.css" />
<link href="/styles.css" type="text/css" rel="stylesheet" />
<link href="/member/styles.css" type="text/css" rel="stylesheet" />
<link href="/sidebar.css" type="text/css" rel="stylesheet" />
<link href="/member/mobile_styles.css?t=<?= time();?>" type="text/css" rel="stylesheet" />
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js"></script>
</head>
<body id="<?=$body_id;?>">
<div id="header">
<div id="sky">
<div class="size" style="height:111px">
<div id="logo"></div>
</div>
<div id="nav_new">
<div class="size">
<ul>
<li><a class="home" href="/member/index.php" style="border-left:1px solid #333;">Getting Started</a></li>
<li><a class="client_profile" href="/member/client-profile.php">Client PROFILE</a></li>
<li><a class="funding_sources" href="/member/funding-sources.php" style="line-height:1.5em">Funding SOURCES</a></li>
<?php if(!empty($_SESSION['Client']['businessplan']) || !empty($_SESSION['Client']['businessplan_review'])) { ?>
<li><a class="busp" href="/member/business-plan.php" style="line-height:1.5em">Business Plan TEMPLATE</a></li>
<?php } ?>
<li><a class="service_agreements" href="/member/service-agreements.php" style="line-height:1.5em">Service AGREEMENT</a></li>
<li><a class="supp" href="/member/contact.php">Contact</a></li>
<li><a class="logt" href="/login.php?logout=1">Logout</a></li>
</ul>
</div>
</div>
<div id="nav_new_mobile">
<div class="mobile_nav_icon" onclick="$('.real_mobile_nav').toggle(); return false;">
<i class="fa fa-bars"></i>
</div>
<div class="real_mobile_nav">
<div><a class="home" href="/member/index.php" style="border-left:1px solid #333;">Getting Started</a></div>
<div><a class="client_profile" href="/member/client-profile.php">Client PROFILE</a></div>
<div><a class="funding_sources" href="/member/funding-sources.php" style="line-height:1.5em">Funding SOURCES</a></div>
<?php if(!empty($_SESSION['Client']['businessplan']) || !empty($_SESSION['Client']['businessplan_review'])) { ?>
<div><a class="busp" href="/member/business-plan.php" style="line-height:1.5em">Business Plan TEMPLATE</a></div>
<?php } ?>
<div><a class="service_agreements" href="/member/service-agreements.php" style="line-height:1.5em">Service AGREEMENT</a></div>
<div><a class="supp" href="/member/contact.php">Contact</a></div>
<div><a class="logt" href="/login.php?logout=1">Logout</a></div>
</div>
</div>