File "home.php"
Full path: /home/fsibplc/public_html/fsib/firstcash/home.php
File
size: 901 B (901 B bytes)
MIME-type: text/x-php
Charset: utf-8
Download Open Edit Advanced Editor Back
<?php
ob_start();
header("Cache-Control: no-store, no-cache, must-revalidate, max-age=0");
header("Pragma: no-cache");
header("Expires: 0");
include('./all/config.php');
$page_title = "FirstCash Home Page";
$meta_description = "FirstCash Home page description";
$meta_keywords = "FirstCash, MFS, SureCash, FSIBL, Mobile Finance, FSIB";
include('./all/header.php');
include('./all/navbar.php');
include('./home/slider.php');
?>
<?php //$_SESSION['auth_user']['user_email'];
?>
<?php include('message.php'); ?>
<?php //$u = $_SESSION['auth_user'];//['user_email'];
// var_dump($u);
?>
<?php include('./home/Product_Services.php'); ?>
<?php //include('./home/Offers.php');
?>
<?php include('./home/Offers.php'); ?>
<?php //include('./home/news.php'); ?>
<?php include('./home/award.php') ?>
<?php include('./home/app.php') ?>
<?php include('./all/footer.php'); ?>
</body>
</html>