File "annual_report.php"
Full path: /home/fsibplc/public_html/admin/annual_report.php
File
size: 1.34 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 statement_bg">
<h3 style="color:#2C318C">Annual Report</h3>
</div>
<div class="tab about_tab" style="margin:0 auto;padding:0px;background:url('resources/mega.png');">
<div class="container text-center">
<button class="tablinks" onclick="openTab(event, 'quarterly')">Quarterly</button>
<button class="tablinks" onclick="openTab(event, 'half_yearly')">Half Yearly</button>
<button class="tablinks" onclick="openTab(event, 'yearly')">Yearly</button>
<button class="tablinks" id="defaultOpen" onclick="openTab(event, 'annual_report')" style="border:0">Annual Report</button>
</div>
</div>
<?php include 'about_statement.php'; ?>
<!-- ++++++++++++++++++++++++++Start Footer Section++++++++++++++++++++++++++ -->
<?php include('includes/footer.php'); ?>