Example #1
0
 function et_show_block($id = false)
 {
     echo et_get_block($id);
 }
Example #2
0
function etheme_block_shortcode($atts)
{
    $a = shortcode_atts(array('class' => '', 'id' => ''), $atts);
    return et_get_block($a['id']);
}
Example #3
0
 text-color-<?php 
        echo $fcolor;
        ?>
" <?php 
        if ($fbg != '') {
            ?>
style="background-color:<?php 
            echo $fbg;
            ?>
"<?php 
        }
        ?>
>
                <div class="container">
                    <?php 
        echo et_get_block($custom_footer);
        ?>
  
                </div>
            </footer>
        <?php 
    }
    ?>
	
		<?php 
    if ((is_active_sidebar('footer9') || is_active_sidebar('footer10') || $fd) && empty($custom_footer)) {
        ?>
		<div class="copyright copyright-<?php 
        echo esc_attr($ft);
        ?>
 text-color-<?php