File "collection_booth.php"
Full path: /home/fsibplc/public_html/fsib/collection_booth.php
File
size: 1.6 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++++++++++++++++++++++++++ -->
<?php //Ahsan for Dynamic
include('search.php');
?>
<div class="about_hero" style="background-image:url('HeroBg/Location.jpg');">
<h3 style="color:#28336E">Collection Booth</h3>
</div>
<div class="tab about_tab" style="background:url('resources/mega.png');margin-bottom:0">
<button class="tablinks" onclick="openTab(event, 'br_location')">Branch</button>
<button class="tablinks" onclick="openTab(event, 'sub_br_location')">Sub Branch</button>
<button class="tablinks" onclick="openTab(event, 'atm_location')">ATM</button>
<button class="tablinks" onclick="openTab(event, 'crm_location')">CRM</button>
<button class="tablinks" id="defaultOpen" onclick="openTab(event, 'collection_booth')">Collection Booth</button>
<button class="tablinks" onclick="openTab(event, 'agent_outlet')" style="border:0">Agent Outlet</button>
</div>
<?php // ahsan dynamic purpose
include 'about_location.php'; ?>
<!-- ++++++++++++++++++++++++++Start Footer Section++++++++++++++++++++++++++ -->
<?php include('includes/footer.php'); ?>