( ′∀`)σ≡σ☆))Д′)レ(゚∀゚;)ヘ=З=З=Зε≡(ノ´_ゝ`)ノ
<?php
include('../Connections/videoondemand.php');
require_once("includes/inc_files.php");
if(!$session->is_logged_in()) {redirect_to("login.php");}
$user = User::find_by_id($_SESSION['euserid']);
$invites = Invites::find_invites($user->catalogid);
$invite_count = Invites::count_all($user->catalogid);
$user_details = array($user->catalogid,$user->tokens);
$location = "gateway/paypal.php";
// $location = "buy_tokens.php";
?>
<?php require_once("includes/templates/header.tpl"); ?>
<?php include("../pages/splash/subscribe.php");?>
<?php echo output_message($message); ?>
<div class="container" style="margin-top:50px">
<center><h2>Limited <strong> Offer!</strong></h2></center>
<form action="<?php echo $location; ?>" method="post" class="formee">
<center> <div class="row m-t-lg " style="width:90%">
<?php /*?>
<div class="col-md-4 col-sm-6">
<div class="product-single text-center bg-white" style="padding: 20px">
<img class="img-circle m-b img-responsive" src="../pages/landing/calltoaction/images/actions/createcontenta.png"> <h4>USD 100</h4>
<p style=" ">BRAND100 Subscription for 1 Month</p>
<input class="btn btn-lg btn-warning m-t-lg" type="submit" name="t100" value="Choose" />
</div>
</div>
<?php */?>
<div class="col-md-4 col-sm-6">
<div class="product-single text-center bg-white" style="padding: 20px">
<img class="img-circle m-b img-responsive" src="../pages/landing/calltoaction/images/actions/hashbranda.png"> <h4>USD 30</h4>
<p>BRAND300 Subscription for 3 Months</p> <p>Starter Package!</p>
<input class="btn btn-lg btn-warning m-t-lg" type="submit" name="t300" value="Choose" />
</div>
</div>
<div class="col-md-4 col-sm-6">
<div class="product-single text-center bg-white" style="padding: 20px">
<img class="img-circle m-b img-responsive" src="../pages/landing/calltoaction/images/actions/rss.png"> <h4>USD 50</h4>
<p>BRAND600 Subscription for 6 Months</p> <p>Save $10 !</p>
<input class="btn btn-lg btn-warning m-t-lg" type="submit" name="t600" value="Choose" />
</div>
</div>
<div class="col-md-4 col-sm-6">
<div class="product-single text-center bg-white" style="padding: 20px">
<img class="img-circle m-b img-responsive" src="../pages/landing/calltoaction/images/actions/rss.png"> <h4>USD 100</h4>
<p>BRAND1200 Subscription for 1 Year</p> <p>Save $20 !</p>
<input class="btn btn-lg btn-warning m-t-lg" type="submit" name="t1200" value="Choose" />
</div>
</div>
</div>
</center>
<input name="catalogid" type="hidden" value="<?php echo $user->catalogid; ?>" />
<input name="tokens" type="hidden" value="<?php echo $user->tokens; ?>" />
<input name="expiry_datetime" type="hidden" value="<?php echo $user->expiry_datetime; ?>" />
<input name="level_expiry" type="hidden" value="<?php echo $user->level_expiry; ?>" />
</section><!--#main end-->
</form>
<div class="clear"></div><!--.clear end-->
</div><!--.container end-->
<?php require_once("includes/templates/footer.tpl"); ?>