File "mudaraba_scheme_account.php"

Full path: /home/fsibplc/public_html/fsib/mudaraba_scheme_account.php
File size: 1.64 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'); 


$target='';
if(isset($_GET['target'])){
    $target = $_GET['target'];
    // echo "target=".$target;
}


?>
<!-- ++++++++++++++++++++++++++Start Body Tag++++++++++++++++++++++++++ -->

    <div class="about_hero" style="background-image:url('HeroBg/deposit.png');">
        <h3>Mudaraba Scheme Account</h3>
    </div>

        <div class="tab about_tab" style="background:url('resources/mega.png');margin-bottom:0">
            
             <button class="tablinks" onclick="openTab(event, 'savings','savingsdeposit')">Mudaraba Savings Account</button>
            <button class="tablinks" onclick="openTab(event, 'term','mtd')">Mudaraba Term Deposit</button>
            <button class="tablinks" id="defaultOpen" onclick="openTab(event, 'scheme',<?php echo $target; ?>)">Mudaraba Scheme Account</button>
            <button class="tablinks" onclick="openTab(event, 'wadiah','CurrentDeposit')">Al Wadiah Account</button>
            <button class="tablinks" onclick="openTab(event, 'foreign', 'PFC')" style="border:0">Foreign Currency Account</button>


        </div>

        <?php include 'about_depositScheme.php'; ?>


 

<!-- ++++++++++++++++++++++++++Start Footer Section++++++++++++++++++++++++++ -->
<?php include('includes/footer.php'); ?>