Parent Directory
|
Revision Log
|
Revision Graph
*** empty log message ***
| 1 | <div id="node-<?php print $node->nid; ?>" class="node<?php if ($sticky) { print ' sticky'; } ?><?php if (!$status) { print ' node-unpublished'; } ?> clear-block"> |
| 2 | <?php if (!$page): ?> |
| 3 | <h2 class="title"><a href="<?php print $node_url ?>" title="<?php print $title ?>"><?php print $title ?></a></h2> |
| 4 | <?php endif; ?> |
| 5 | |
| 6 | <div class="meta"> |
| 7 | <?php if ($submitted): ?> |
| 8 | <div class="submitted"><?php print $submitted ?></div> |
| 9 | <?php endif; ?> |
| 10 | |
| 11 | <?php if ($terms): ?> |
| 12 | <div class="terms terms-inline"><?php print t('Tags') . ': '; ?> <?php print $terms ?></div> |
| 13 | <?php endif;?> |
| 14 | </div> |
| 15 | |
| 16 | <div class="content"> |
| 17 | <?php print $content ?> |
| 18 | </div> |
| 19 | |
| 20 | <div class="control-links clear-block"> |
| 21 | <?php print $links ?> |
| 22 | </div> |
| 23 | </div> |
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |