}
?>
                        </span>
					  </div>
                   </div>
		
                    <div class="sharingbottom"> 
                    	<div class="resdontshow shr"><strong><?php 
_e('SHARE : ', 'dronetv');
?>
</strong></div>
						<?php 
$pimg = getThumb('large');
$ptitle = get_the_title();
$permalink = get_permalink();
echo showshareingpost($permalink, $pimg[0], $ptitle, false);
?>
                    </div>
                    
                    <br class="clear" />
                    
					<?php 
if (comments_open()) {
    comments_template();
}
?>
                       
    </div>

        <?php 
if (!$dontshow_sidebar_single) {
Example #2
0
            <?php 
}
?>
            
             <?php 
wp_nav_menu(array('theme_location' => 'main_menu', 'container' => '', 'menu_class' => 'mob-nav', 'before' => '', 'fallback_cb' => ''));
?>
  
    </div>
    
    <a href="#" class="backtotop"></a>
	<div class="ajaxloader"><img src="<?php 
echo get_template_directory_uri();
?>
/images/loader.gif" /></div>
<?php 
// ADD ANALYTICS CODE
echo of_get_option('md_footer_googleanalytics');
// ADD SHARING SCRIPTS
echo showshareingpost('', '', '', 1);
?>


<?php 
get_template_part('admin', 'custom');
wp_footer();
?>
</body>
</html>