echo $tagline;
        }
        ?>
</p>
                    <?php 
        if (has_post_thumbnail($sponsor[0])) {
            echo "<a href='" . $external_link . "'  target='_blank'>" . get_the_post_thumbnail($sponsor[0], 'sponsor-shoulder') . "</a>";
        }
        ?>
                </div>
                <?php 
    }
    ?>

                <p><?php 
    echo wpautop(html_entity_decode($session->get_description()));
    ?>
</p>

                <?php 
    $av_content = get_post_meta(get_the_ID(), '_av_content', true);
    if ($av_content) {
        ?>
					<?php 
        if ($av_content['video']) {
            ?>
                    <p><img src="<?php 
            echo plugin_dir_url(__FILE__);
            ?>
/images/icon-video.png" height="14" /> <?php 
            echo apply_filters('session_video_content', '&mdash; This session ' . ($time == 'before' ? 'will have' : 'has') . ' live video');