
Untitled
By: a guest on
May 2nd, 2012 | syntax:
None | size: 1.47 KB | hits: 15 | expires: Never
<?php
// Extract the first image.
$first_image = field_view_value('node', $node, 'field_image', $content['field_image']['#items'][0], 'full');
$first_image['#image_style'] = 'project';
hide($content['field_image'][0]);
?>
<article<?php print $attributes; ?>>
<?php print render($title_prefix); ?>
<?php print render($title_suffix); ?>
<div class="content clearfix"<?php print $content_attributes; ?>>
<div class="grid-7 omega">
<?php if (!$page && $title): ?>
<h2 <?php print $title_attributes; ?>><a href="<?php print $node_url ?>" title="<?php print $title ?>"><?php print $title ?></a></h2>
<?php else: ?>
<h1<?php print $title_attributes; ?>><?php print $title; ?></h1>
<?php endif; ?>
<?php print render($content['field_client']); ?>
<?php print render($content['field_url']); ?>
<?php print render($content['field_services']); ?>
<?php print render($content['field_team']); ?>
<?php print render($content['body']); ?>
</div>
<div class="grid-8 alpha">
<?php print render($first_image); ?>
<?php print render($content['field_images']); ?>
</div>
</div>
<?php print render($content); ?>
<?php if (!empty($content['links'])): ?>
<div class="links clearfix"><?php print render($content['links']); ?></div>
<?php endif; ?>
<?php print render($content['comments']); ?>
</article>
<?php if($work_view): ?>
<section class="work">
<?php print $work_view; ?>
</section>
<?php endif; ?>