node--document--cel.tpl.php 145 B

12345
  1. <a href="<?php print $node_url ?>"><?php print $title ?></a>
  2. <?php if (!empty($content)): ?>
  3. <?php print render($content) ?>
  4. <?php endif; ?>