Parent Directory
|
Revision Log
|
Revision Graph
Adding files from DRUPAL-5 branch to HEAD, in preparation of a DRUPAL-6 branch.
| 1 | <div class="article<?php print " $type"; print ($sticky ? " sticky" : NULL); print (!$status ? " unpublished" : NULL); ?>"> |
| 2 | <div class="sliding-door"> |
| 3 | <?php if ($page == 0): ?> |
| 4 | <h3 class="title"><a href="<?php print $node_url ?>" title="<?php print $title ?>"><?php print $title ?></a></h3> |
| 5 | <?php endif; ?> |
| 6 | <?php if ($terms): ?> |
| 7 | <div class="tags sliding-door"> |
| 8 | <?php print $terms; ?> |
| 9 | </div> |
| 10 | <?php endif; ?> |
| 11 | |
| 12 | <div class="body"> |
| 13 | <?php print $content; ?> |
| 14 | </div> |
| 15 | |
| 16 | <?php if ($links): ?> |
| 17 | <div class="links"><?php print $links; ?></div> |
| 18 | <?php endif; ?> |
| 19 | </div> |
| 20 | </div> |
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |