Contenuto del file nodeg-image.tpl.php
<div class="node <?php print ($sticky) ? " sticky" : ""; ?> ">
<?php if ($page == 0): ?>
<h2><a href="/dr474/ <?php print $node_url ?> " title=" <?php print $title ?> "> <?php print $title ?> </a></h2>
<?php endif; ?>
<?php print $$terms ?>
<?php print $picture ?>
<div class="info"> <?php print $submitted ?> <span class="terms"> <?php print $terms ?> </span></div>
<div class="content">
<?php print $content ?>
</div>
<?php if ($links): ?>
<?php if ($picture): ?>
<br class='clear' />
<?php endif; ?>
<div class="links"> <?php print $links ?> </div>
<?php endif; ?>
<div class="book"><div class="nav"> <div class="links">
<?php
$next = next_prev($node->nid, 'image', 'next', 'Successiva', 'next');
$previous = next_prev($node->nid, 'image', 'prev', 'Precedente', 'prev');
echo $previous;
echo $next;
?>