Parent Directory
|
Revision Log
|
Revision Graph
Add to CVS
| 1 | <?php |
| 2 | // $Id$ |
| 3 | ?> |
| 4 | <div id="node-<?php print $node->nid; ?>" class="node<?php if ($sticky) { print ' sticky'; } ?><?php if (!$status) { print ' node-unpublished'; } ?>"> |
| 5 | <?php if ($page == 0) { ?><h1><a href="<?php print $node_url?>"><?php print $title?></a></h1><?php }; ?> |
| 6 | <div class="submitted"><?php if ($terms) { ?><?php print $terms?><?php }; ?><?php print $submitted?> |
| 7 | </div> |
| 8 | <div class="content clear-block"><?php print $picture?><?php print $content?></div> |
| 9 | <?php if ($links) { ?><div class="nodeLinks"><?php print $links?></div><?php }; ?> |
| 10 | </div> |
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |