File "index.php"
Full path: /home/fsibplc/public_html/fsib/firstcash/en/index.php
File
size: 878 B (878 B bytes)
MIME-type: text/plain
Charset: utf-8
Download Open Edit Advanced Editor Back
<?php
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>