Parent Directory
|
Revision Log
|
Revision Graph
*** empty log message ***
| 1 | <?php if ($teaser) { ?> |
| 2 | <h2><a href="<?php print $node_url ?>"><?php print $title ?></a></h2> |
| 3 | <h4><?php print $submitted ?></h4> |
| 4 | <p> |
| 5 | <?php print $content ?> |
| 6 | <?php if ($links): ?> |
| 7 | <div class="links"><?php print $links; ?></div> |
| 8 | <?php endif; ?> |
| 9 | </p> |
| 10 | <?php } else { ?> |
| 11 | <h4><?php print $submitted ?></h4> |
| 12 | <p> |
| 13 | <?php print $content ?> |
| 14 | <?php if ($links): ?> |
| 15 | <div class="links"><?php print $links; ?></div> |
| 16 | <?php endif; ?> |
| 17 | </p> |
| 18 | <?php } ?> |
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |