<div class="bizutv-video hidden-print">
     <?php 
       echo $bizutv_video;
       ?>
   </div>
 <?php 
   } else {
       ?>
   <?php 
       if (count($images) > 1 || count($slides) > 1) {
           ?>
     <?php 
           if (nw_is_slideshow_page_layout($node->nid)) {
               echo ibtg_slideshow_page_slide($node);
           } else {
               echo ibtg_slideshow_big_shots($node->nid, array('rdf' => TRUE));
           }
           ?>
   <?php 
       } else {
           ?>
     <?php 
           if (!empty($image_style)) {
               ?>
       <?php 
               $vars = array('node' => $node, 'style_name' => $image_style, 'attributes' => array('itemprop' => 'contentUrl'));
               $image = theme('ibtmedia_image', $vars);
               ?>
       <?php 
               if ($image) {
                   ?>
Exemple #2
0
echo $node->nid;
?>
" class="<?php 
echo $classes;
?>
 full-article clearfix"<?php 
echo $attributes;
?>
>

  <?php 
if ($node->type == 'slideshow') {
    ?>

    <?php 
    echo ibtg_slideshow_big_shots($node->nid, $param = array('type' => 'slideshow', 'rdf' => TRUE), $node);
    ?>

  <?php 
} else {
    ?>
    <?php 
    if (!empty($tv_video)) {
        ?>
      <div class="article-videoplayer hidden-print"<?php 
        print $video_attributes;
        ?>
>
        <?php 
        echo $tv_video;
        ?>
</p><?php 
echo ibtg_slideshow_big_shots($node->nid);
?>
<p>
</p><?php 
echo ibtg_slideshow_big_shots($node->nid, array('type' => 'slideshow'));
?>
<p>
<?php

/**
 * @file
 * Theme implementation to display a home slideshow slide.
 *
 * Available variables:
 * - $image: slide image
 * - $title: slide title
 * - $credit: slide credit
 * - $caption: $slide caption
 * - $byline: reference node byline
 * - $title: reference node title
 * - $link: reference node link
 * - $teaser_text: reference node teaser text
 * - $social['disqus_comments_count']: reference node disqus comments count
 */
?>
<div class="slide-wrapper">
  <?php 
echo ibtg_slideshow_big_shots($slide->ref_nid);
?>
</div>
Exemple #6
0
" class="<?php 
echo $classes;
?>
 full-article clearfix"<?php 
echo $attributes;
?>
>

  <?php 
if ($node->type == 'slideshow') {
    ?>

    <?php 
    $vars = array('node' => $node, 'style_name' => 'full', 'mapping_name' => 'large2', 'attributes' => array('itemprop' => 'contentUrl'));
    $image = theme('ibtmedia_image', $vars);
    echo ibtg_slideshow_big_shots($node->nid, array('type' => 'slideshow', 'cover_image' => $image, 'rdf' => TRUE), $node);
    ?>

  <?php 
} else {
    ?>
    <?php 
    if (!empty($tv_video)) {
        ?>
      <div style="padding-bottom:20px;" class="article-videoplayer hidden-print"<?php 
        print $video_attributes;
        ?>
>
        <?php 
        echo $tv_video;
        ?>