forked from rahulyhg/Deal4loans
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathContents1.php
47 lines (44 loc) · 1.8 KB
/
Contents1.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
<?php
require 'scripts/functions.php';
session_start();
?>
<html>
<head>
<title>Personal Loan Eligibility : Personal Loan Banks in India : Best Personal Loans Providers</title>
<meta name="keywords" content="best personal loans providers, personal loans eligibility, personal finance eligibility, personal loans india, compare personal loans, personal loan schemes, personal loan banks in India, easy personal loans, quick loans, bank loans, best personal loans, flexible personal loan, low interest personal loan">
<meta name="description" content="Know more about personal loan eligibility terms and conditions for salaried and self employed individuals from India. Also find online information on best personal loans providers and compare personal loan banks in India like HSBC, HDFC, ICICI, CITI Bank, Standard Chartered, ABN AMRO Bank etc.">
<meta http-equiv="Content-Language" content="en-us">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<script Language="JavaScript" Type="text/javascript" src="scripts/common.js"></script>
<link rel="stylesheet" type="text/css" href="css/menu.css">
<link rel="stylesheet" type="text/css" href="css/style.css">
<link href="includes/style.css" rel="stylesheet" type="text/css">
</head>
<body>
<div align="center">
<center>
<?php include '~Top.php'; ?>
<table border="0" cellspacing="0" width="712" cellpadding="0">
<tr>
<td width="202" align="center" valign="top" bgcolor="">
<?php if(session_is_registered('Email'))
{
include '~Left.php';
}
else
{
include '~Login.php';
}
?>
</td>
<td width="510" align="center" valign="top">
<span class="bodyarial11"><br>
<?php @include "Contents/".$_GET["f"].".php"; ?></span>
</td>
</tr>
</table>
<?php include '~Bottom.php';?>
</center>
</div>
</body>
</html>