File size: 1.25Kb
<?php
ERROR_REPORTING(1);
include('../moduls/init.php'); if(!isloggedin())
{ header("location: ../index.php"); }
else { $user=$_SESSION["user"];
} echo"<title>$config->title » Bank Account</title>";
echo"<style type='text/css'>
<!--
.style1 {
color: #FF0000;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px; }
.style2 {font-size: 12px; font-family: Arial, Helvetica, sans-serif;} .style3 {color: #000000}
--></style><div class='body_width'>";
include "../topnav.php";
echo"<center>";
include "../ads.php";
fblike();
echo"</center>
<div style='margin-top: 5px;' class='grid3'>
</div>";
echo"<div class='grid3 middle'>
<div class='b_head'>BANK ACCOUNT DETAILS</center></div>";
echo "<p>Want to Pay for Anything into this site? Pay into this Account Below, Then Follow the Instruction as Described on the Package you are Paying for.</p><p><img src='../ebook/GT.jpg' width='150' height='125' /></p>";
echo "<p><br><u>Account Number:</u> <strong>0128343370</strong><br>
<br><u>Account Name:</u> <strong>Oluwole Tunde Julius</strong></p><br> After Payment, Call <strong>+2348137407485</strong>
";
echo"<div class='gap'></div><br><div class='link_button'><a href='../index.php'>Go Back</a></div>";
include "../footer.php";
?>