Parent Directory
|
Revision Log
|
Revision Graph
# update the cvs version to drupal-4-6 branch
| 1 | <div class="node<?php print ($sticky) ? " sticky" : ""; ?>"><?php |
| 2 | if ($page == 0): ?> |
| 3 | <h2><a href="<?php print $node_url ?>" title="<?php print $title ?>"><?php |
| 4 | print $title ?></a></h2><?php |
| 5 | endif; ?> |
| 6 | <?php print $picture ?> |
| 7 | <div class="info"><?php print $submitted ?><span class="terms"><?php |
| 8 | print $terms ?></span></div> |
| 9 | <div class="content"><?php print $content ?></div><?php |
| 10 | if ($links): ?><?php |
| 11 | if ($picture): ?> |
| 12 | <br class=¡¦clear¡¦ /><?php |
| 13 | endif; ?> |
| 14 | <div class="links"><?php print $links ?></div> |
| 15 | <?php endif; ?> |
| 16 | </div> |
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |