Parent Directory
|
Revision Log
|
Revision Graph
Complete overhaul, fixed numerous bugs.
| 1 | <div class="node<?php if ($sticky) { print " sticky"; } ?><?php if (!$status) { print " node-unpublished"; } ?>"> |
| 2 | <?php if ($picture) { print $picture; }?> |
| 3 | |
| 4 | <?php if ($page == 0) { ?> |
| 5 | <?php if ($title) { ?> |
| 6 | <h2 class="title"><a href="<?php print $node_url?>"><?php print $title?></a></h2> |
| 7 | <?php }; ?> |
| 8 | <?php }; ?> |
| 9 | |
| 10 | <?php if ($terms) { ?> |
| 11 | <span class="submitted"><?php print $submitted?></span> <span class="taxonomy"><?php print $terms?></span> |
| 12 | <?php }; ?> |
| 13 | |
| 14 | <div class="content"><?php print $content?></div> |
| 15 | <div class="clear-block clear"></div> |
| 16 | |
| 17 | <?php if ($links): ?> |
| 18 | <div class="links"><?php print $links; ?></div> |
| 19 | <?php endif; ?> |
| 20 | |
| 21 | </div> |
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |