HEX
Server: Apache
System: Linux server1.panigaletech.com 5.4.0-1103-aws #111~18.04.1-Ubuntu SMP Tue May 23 20:04:10 UTC 2023 x86_64
User: ubuntu (1000)
PHP: 7.4.30
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
Upload Files
File: //var/www/dhoistage.concertium.com/wp-content/themes/dohi/footer.php
<?php
/**
 * The template for displaying the footer
 *
 * Contains footer content and the closing of the #main and #page div elements.
 *
 * @package WordPress
 * @subpackage Twenty_Fourteen
 * @since Twenty Fourteen 1.0
 */
?>

 <div class="company_details_area">
            <div class="certified_area">
                <a href="<?php echo get_bloginfo('url');?>"><img src="<?php echo get_bloginfo('template_directory');?>/images/certified_logo.jpg" alt="certifiedlogo" title="certifiedlogo" /></a>
                <h2>Certified Architectural Hardware Consultant on Staff</h2>
            </div>
            
            <div class="company_details">
                <div class="company_contact">
                    <div><img src="<?php echo get_bloginfo('template_directory');?>/images/map.jpg" title="map" alt="map" /></div>
                  <h2>BUSINESS HOUR</h2>
                    <span><?php echo get_option('business_hour');?></span>
                    <div class="clear"></div>
                    <em><?php echo get_option('physical_address');?></em>
                </div>
                
                <div class="company_about">
                <?php 
$page_id = 209; //(180 for local) 180 should be replaced with a specific Page's id from your site, which you can find by mousing over the link to edit that Page on the Manage Pages admin page. The id will be embedded in the query string of the URL, e.g. page.php?action=edit&post=123.

$page_data = get_page( $page_id ); // You must pass in a variable to the get_page function. If you pass in a value (e.g. get_page ( 123 ); ), WordPress will generate an error. By default, this will return an object.

//echo apply_filters('the_content', $page_data->post_content);
?>
                    <div class="abouttag"><h2><?php echo $page_data->post_title;?></h2></div>
                    <div class="pBox">
                    <?php echo apply_filters('the_content', $page_data->post_content); ?>
                    </div>
                </div>
                <div class="clear"></div>
            </div>
        </div>
    </div>
    
    <div class="social_area">
        <div class="wrapper">
            <a href="<?php echo get_option('facebook_fan_page_url');?>"><img src="<?php echo get_bloginfo('template_directory');?>/images/social_icon1.png" title="facebook" alt="facebook" /></a>
            <a href="<?php echo get_option('twitter_fan_page_url');?>"><img src="<?php echo get_bloginfo('template_directory');?>/images/social_icon2.png" title="twitter" alt="twitter" /></a>
            <a href="<?php echo get_option('instagram_page_url');?>"><img src="<?php echo get_bloginfo('template_directory');?>/images/social_icon3.png" title="instagram" alt="instagram" /></a>
            <a href="<?php echo get_option('dhoi_video_url');?>"><img src="<?php echo get_bloginfo('template_directory');?>/images/social_icon4.png" title="youtube" alt="youtube"  /></a>
            <a href="<?php echo get_option('pinterest_page_url');?>"><img src="<?php echo get_bloginfo('template_directory');?>/images/social_icon5.png" title="pinterest" alt="pinterest" /></a>
            <a href="<?php echo get_option('google_plus_page_url');?>"><img src="<?php echo get_bloginfo('template_directory');?>/images/social_icon6.png" title="google" alt="google" /></a>
        </div>
    </div>
    
    <div class="wrapper">
        <div class="footer_main_area">
            <div class="footer_main">
            
            <div class="footer_main_nav">
                <div class="navtoggl">Navigation</div> 
                <?php wp_nav_menu( array( 'theme_location' => 'secondary', 'container'  => 'div' , 'container_class' => 'pBox' ) ); ?>
                <!--<div class="pBox">
                <ul>
                    <li><a href="privacy_policy.html">Privacy Policy </a></li>
                    <li><a href="terms_conditions.html">Terms &amp; Conditions</a></li>
                    <li><a href="blog.html">Blog</a></li>
                    <li><a href="faq.html">FAQs</a></li>
                    <li><a href="contact.html">Contact Us</a></li>
                </ul>
                </div>-->
            </div>
            <div class="footer_main_left">
                Copyright DHOI&copy; Allright Reserved
            </div>
            
            <div class="footer_main_right">
                Powered by <a href="http://www.shieldwatch.com">ShieldWatch</a>
            </div>
            
            
        </div>
        </div>
    </div>
    


   <?php wp_footer(); ?> 



   
</body>
</html>