File "locker.php"
Full path: /home/fsibplc/public_html/admin/locker.php
File
size: 1.66 B
MIME-type: text/x-php
Charset: utf-8
Download Open Edit Advanced Editor Back
<?php
include('./includes/config.php');
$page_title = "First Security Islami Bank PLC.";
//echo $page_title;
//echo $data[0]['value'];
$meta_description = "First Security Islami Bank PLC. Home page description";
$meta_keywords = "First Security Islami Bank PLC., Bank, Website";
include('includes/header.php');
include('includes/navbar.php');
//include('includes/slider.php');
?>
<!-- ++++++++++++++++++++++++++Start Body Tag++++++++++++++++++++++++++ -->
<div class="about_hero" style="background-image:url('HeroBg/service.jpg');">
<h3>Locker Service</h3>
</div>
<div class="tab about_tab" style="background:url('resources/mega.png');margin-bottom:0">
<button class="tablinks" onclick="openTab(event, 'ibft')">IBFT</button>
<button class="tablinks" onclick="openTab(event, 'swift')">SWIFT</button>
<button class="tablinks" onclick="openTab(event, 'utility')">Utility Bill Payment</button>
<button class="tablinks" onclick="openTab(event, 'egp')">e-GP Payment</button>
<!-- <button class="tablinks" onclick="openTab(event, 'achallan')">A Challan</button> -->
<button class="tablinks" onclick="openTab(event, 'ehajj')">E- Hajj</button>
<button class="tablinks" id="defaultOpen" onclick="openTab(event, 'locker')">Locker Service</button>
<button class="tablinks" onclick="openTab(event, 'tasdir')" style="border:0">Tasdir</button>
</div>
<?php include 'about_services.php'; ?>
<!-- ++++++++++++++++++++++++++Start Footer Section++++++++++++++++++++++++++ -->
<?php include('includes/footer.php'); ?>