File "location_br.php"
Full path: /home/fsibplc/public_html/fsib/location_br.php
File
size: 1.99 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">Branch</h3>
</div>
<div class="tab about_tab" style="background:url('resources/mega.png');margin-bottom:0">
<button class="tablinks" id="defaultOpen" 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" onclick="openTab(event, 'collection_booth')">Collection Booth</button>
<button class="tablinks" onclick="openTab(event, 'agent_outlet')" style="border:0">Agent Outlet</button>
</div>
<?php include 'about_location.php'; ?>
<!-- ++++++++++++++++++++++++++Start Footer Section++++++++++++++++++++++++++ -->
<?php include('includes/footer.php'); ?>
<!-- jquery 3.3.1 -->
<!-- <script src="https://code.jquery.com/jquery-3.3.1.min.js"></script>
<script src="https://cdn.datatables.net/1.12.1/js/jquery.dataTables.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/js/bootstrap.bundle.min.js" integrity="sha384-MrcW6ZMFYlzcLA8Nl+NtUVF0sA7MsXsP1UyJoMp4YLEuNSfAP+JcXn/tWtIaxVXM" crossorigin="anonymous">
</script> -->