function embed_fullscreen_bg($flag = '')
{
    if (ht_slideshow_status($flag) == '1') {
        get_template_part("includes/slideshow_content");
    }
}
Exemple #2
0
    if (empty($data['slideshow_thumbs']) && is_front_page()) {
        echo 'style="padding-left: 45px;"';
    }
    ?>
 class="copyright"><?php 
    echo stripslashes(do_shortcode($data['footer_text']));
    ?>
</p>
    <?php 
    if ($data['slideshow_thumbs']) {
        ?>
    <?php 
        if (is_front_page()) {
            ?>
            <?php 
            if (isset($data['NUMBEROFSLIDES']) && $data['NUMBEROFSLIDES'] > 1 && ht_slideshow_status() == '1') {
                ?>
                <a id="tray-button"><i class="fa fa-th-large"></i></a>
    <?php 
            }
        }
    }
    ?>
    <a href="#" id="shutdown"><i class="fa fa-eye"></i></a>    
</div><!-- [/Control Bar] -->

<?php 
}
// end footer enable check
echo stripslashes($data['google_analytics']);
wp_footer();