<?php

if (!$page) {
    ?>
<div class='news_block clearfix'>
    <h2 class="news-title-sub">
        <a href="<?php 
    print $node->node_url;
    ?>
"><?php 
    print $node->title;
    ?>
</a>
        <div class="sponsor"><?php 
    echo $view_mode == 'full' ? _openadstream_block_js('x01') : '';
    ?>
</div>
    </h2>
    <div class="article-title">
        <div class="node-metainfo">
            By <span class="author"><?php 
    print $node->author_name;
    ?>
</span> | <?php 
    print $node->display_date;
    ?>
        </div>
    </div>

    <div class='expert_network_image_block'>
      <?php 
Example #2
0
<?php

/**
 * @file
 * FC Header
 */
?>

<?php 
if (!empty($page['header'])) {
    ?>
  <header class="page-header">
    <?php 
    echo render($page['header']);
    ?>
  </header>
<?php 
}
?>

<center>
  <?php 
echo _openadstream_block_js('Top');
?>
</center>