File "social-feed-style-2.php"
Full Path: /home/digimqhe/flashdigi.uk/social-feed/social-feed-style-2.php
File size: 903 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
?>
<div class="tpgb-sf-feed tpgb-trans-linear">
<?php
include TPGB_INCLUDES_URL."social-feed/social-feed-ob-style.php";
echo wp_kses_post($Header_html);
if(!empty($Massage)){
echo wp_kses_post($Massage_html);
}
if(!empty($Description) && empty($DescripBTM)){
include TPGB_INCLUDES_URL."social-feed/feed-Description.php";
}
if($MediaFilter == 'default' || $MediaFilter == 'ompost' ){
include TPGB_INCLUDES_URL."social-feed/fancybox-feed.php";
}
if(!empty($Description) && !empty($DescripBTM)){
include TPGB_INCLUDES_URL."social-feed/feed-Description.php";
}
include TPGB_INCLUDES_URL."social-feed/feed-footer.php";
?>
</div>