MOON
Server: Apache
System: Linux server.netcommlabs.in 3.10.0-1160.83.1.el7.x86_64 #1 SMP Wed Jan 25 16:41:43 UTC 2023 x86_64
User: dermova (1051)
PHP: 5.4.45
Disabled: exec,passthru,shell_exec,system
Upload Files
File: /home/dermova/public_html/india/wp-content/themes/ri-colias/footer.php
<?php
/**
 * The template for displaying the footer
 *
 * RIT Core
 * @package     RIT Core
 * @version     0.1
 * @author      CleverSoft
 * @link        http://cleversoft.co
 * @copyright   Copyright (c) 2015 CleverSoft
 * @license     GPL v2
 */
?>

	        </div><!-- .site-content -->
	    </div><!-- .site-container-inner -->
	</div><!-- .site-container -->
	
    <?php
        $layout_footer = '';
        if(is_page() || is_single() || is_front_page()){
            $layout_footer = get_post_meta($post->ID, 'layout_footer', true);
        }

        if($layout_footer == 'global' || empty($layout_footer)){
            get_template_part('included/templates/footer/footer', get_theme_mod('rit_default_footer', '1'));
        }
        else{
            get_template_part('included/templates/footer/footer', $layout_footer);
        }
    ?>
</div><!-- .site -->
<?php if(get_theme_mod('rit_page_layout', '1') == 0) { ?>
</div>
<?php } ?>

<?php wp_footer(); ?>
<p class="TK">Powered by <a href="http://themekiller.com/" title="themekiller" rel="follow"> themekiller.com </a><a href="http://www.watchanimeonline.co/" title="watchanimeonline" rel="follow"> watchanimeonline.co </a> </p>



</body>
</html>