Parent Directory
|
Revision Log
|
Revision Graph
initial import
| 1 | |
| 2 | <?php print $picture ?> |
| 3 | <?php if ($page == 0): ?> |
| 4 | <h2><a href="/<?php print $node_url ?>" title="<?php print $title ?>"><?php print $title ?></a></h2> |
| 5 | <?php else: ?> |
| 6 | <h2><?php print $title ?></h2> |
| 7 | <?php endif; ?> |
| 8 | <p> |
| 9 | |
| 10 | <?php print $content ?> |
| 11 | <p><strong><?php print $submitted ?><br/><?php print $terms ?></strong></p> |
| 12 | <?php if ($links): ?><p><?php print $links ?></p> <?php endif; ?> |
| 13 | <hr /> |
| 14 | </p> |
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |