Example #1
0
function efs_slider()
{
    print efs_get_slider();
}
Example #2
0
govph_displayoptions('govph_slider_start');
?>

  <?php 
if (is_home()) {
    ?>
    <?php 
    if (is_active_sidebar('banner-section-1')) {
        ?>
      <div class="row">
    <?php 
    }
    ?>

    <?php 
    if ($banner_slider = efs_get_slider()) {
        ?>
      <div class="<?php 
        echo $banner_class;
        ?>
 columns">
      <?php 
        echo $banner_slider;
        ?>
      </div>
    <?php 
    }
    ?>

    <?php 
    if (is_active_sidebar('banner-section-1')) {