<div>
      <hr>
      </div>
      <div>
      <span class="date-display-single"><?php 
print format_date(strtotime($full_node->field_date[0]['value']), 'custom', 'F j, Y');
?>
</span>
      </div>
      <div class="term">
      <?php 
print $term_list;
?>
      </div>
      <h2>
      <?php 
print l($full_node->title, 'node/' . $full_node->nid);
?>
      </h2>
      <p><?php 
print $result['snippet'];
?>
</p>
      <div class="category">
          Categories:
          <?php 
print boron_taxonomy_links_inline($full_node, 1, 'news', 'im_taxonomy_vid_1');
?>
      </div>
    </div>
Exemplo n.º 2
0
}
?>

    <div class="grant-description">
				  <?php 
print $content;
?>
		</div>
		   <div class="grant-category">

			<?php 
if ($terms) {
    ?>
			  <footer>
			    <span class="terms terms-inline">Categories: <?php 
    print boron_taxonomy_links_inline($node, 1, 'grants-social-investments/social-investment-highlights', 'im_taxonomy_vid_1');
    ?>
</span>
			  </footer>
			<?php 
}
?>
		</div>
		<div class="grants-learn-more">
			<a href="/grants-social-investments/social-investment-practice">Learn more about our Social Investment Practice</a>
		</div>
</div> <!-- /.content -->


</article> <!-- /.node -->
Exemplo n.º 3
0
		
			  <?php 
// Since the cck date field is not in UNIX timestamp format, convert first
$timestamp = strtotime($field_date[0]['value']);
$year = format_date($timestamp, 'custom', 'Y');
$month = format_date($timestamp, 'custom', 'F');
$day = format_date($timestamp, 'custom', 'd');
?>
  
		
		<div class="date-comment-hold clearfix"><span id="article_date">Published: </span><span class="library-date"><?php 
print $year;
?>
</span></div>
		<div class="lib-categories clearfix"><span>Categories: </span><?php 
print boron_taxonomy_links_inline($node, 7, 'library', "im_taxonomy_vid_7");
?>
</div>
	</div>
</div>
<hr>
	<?php 
if ($terms) {
    ?>
	  <footer></footer>
	<?php 
}
?>

</article> <!-- /.node -->
Exemplo n.º 4
0
}
?>

    <div class="grant-description">
				  <?php 
print $content;
?>
		</div>
		   <div class="grant-category">

			<?php 
if ($terms) {
    ?>
			  <footer>
			    <span class="terms terms-inline">Categories: <?php 
    print boron_taxonomy_links_inline($node, 8, "grants-social-investments/grant-highlights", "im_taxonomy_vid_8");
    ?>
</span>
			  </footer>
			<?php 
}
?>
		</div>
		<?php 
foreach ($node->field_program_page as $key => $value) {
    ?>
      <div class="grants-learn-more">
        <?php 
    print l('Learn more about ' . $value['safe']['title'], 'node/' . $value['nid']);
    ?>
      </div>