Parent Directory
|
Revision Log
|
Revision Graph
update to drupal 5.0 http://drupal.org/node/97164
| 1 | <div class="node<?php print ($sticky) ? " sticky" : ""; ?>"> |
| 2 | <?php if ($page == 0): ?> |
| 3 | <h2><a href="<?php print $node_url ?>" title="<?php print $title ?>"><?php print $title ?></a></h2> |
| 4 | <?php endif; ?> |
| 5 | <?php print $picture ?> |
| 6 | <div class="info"><?php print $submitted .'<div class="taxonomy">'. ($submitted ? ' :: ' : '') . $terms .'</div>' ?></div> |
| 7 | <div class="content"> |
| 8 | <?php print $content ?> |
| 9 | </div> |
| 10 | <?php if ($links): ?> |
| 11 | <?php if ($picture): ?> |
| 12 | <br class="clear" /> |
| 13 | <?php endif; ?> |
| 14 | <div class="links"><?php print $links ?></div> |
| 15 | <?php endif; ?> |
| 16 | </div> |
| 17 |
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |