Parent Directory
|
Revision Log
|
Revision Graph
Initial theme commit
| 1 | <?php if ($teaser) { ?> |
| 2 | |
| 3 | <h2><a href="<?php print $node_url ?>"><?php print $title ?></a></h2> |
| 4 | <p class="date"><?php print $submitted ?></p> |
| 5 | <p><?php print $content ?></p> |
| 6 | <?php } else { ?> |
| 7 | <p class="date"><?php print $submitted ?></p> |
| 8 | <p><?php print $content ?></p> |
| 9 | <?php } ?> |
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |