Parent Directory
|
Revision Log
|
Revision Graph
Initial Release for Drupal 5.0
| 1 | |
| 2 | <div class="node<?php if ($sticky) { print " sticky"; } ?><?php if (!$status) { print " node-unpublished"; } ?>"> |
| 3 | <?php if ($picture) { |
| 4 | print $picture; |
| 5 | }?> |
| 6 | <?php if ($page == 0) { ?> |
| 7 | <h2 class="title"><a href="<?php print $node_url?>"><?php print $title?></a></h2> |
| 8 | <?php }; ?> |
| 9 | <span class="submitted"><?php print $submitted?></span> <span class="taxonomy"><?php print $terms?></span> |
| 10 | <div class="content"><?php print $content?></div> |
| 11 | <div class="clr"> |
| 12 | <?php if ($links): ?> |
| 13 | <div class="links"><?php print $links; ?></div> |
| 14 | <?php endif; ?> |
| 15 | </div> |
| 16 | </div> |
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |