print $title_attributes;
    ?>
><?php 
    print $title;
    ?>
</h2>
    <?php 
}
?>
    <?php 
print render($title_suffix);
?>

    <div class="content"<?php 
print $content_attributes;
?>
>
    <nav class="page-nav clearfix">
      <?php 
$block = ibtmedia_core_embed_block('ibtmedia_google_search', 'ibtmedia_google_search_form');
echo render($block);
?>
      <?php 
print $content;
?>
    </nav>
  </div>

</div><!-- /.block -->

Ejemplo n.º 2
0
<?php

$disqus_block = ibtmedia_core_embed_block('disqus', 'disqus_comments');
?>
<div id="node-<?php 
print $node->nid;
?>
" class="node-article <?php 
print $classes;
?>
 clearfix"<?php 
print $attributes;
?>
>

<?php 
print $node->videoplayer;
?>
<div class="article-info">
  <div class="comments"><a href="<?php 
print $GLOBALS['base_url'] . $node->node_url;
?>
#disqus_thread" data-disqus-identifier="tv_<?php 
echo $node->nid;
?>
"></a></div>
  <h1 class="title"><a href="<?php 
print $node->node_url;
?>
"><?php 
print $node->title;
      <?php 
        } elseif (!empty($h2_title)) {
            ?>
          <h2><?php 
            echo $h2_title;
            ?>
</h2>
      <?php 
        }
        ?>
    <?php 
    }
    ?>
    
    <?php 
    $block = ibtmedia_core_embed_block('ibtg_search', 'search_within_section');
    echo render($block);
    ?>
  </div>
<?php 
}
?>

<div class="archive medium">
<?php 
$first_node = current($nodes);
$second_node = isset($nodes[1]) ? $nodes[1] : NULL;
$offset = 0;
if ($first_node && $second_node) {
    if ($first_node->view_mode == 'teaser') {
        $view = node_view($first_node, $first_node->view_mode);