Parent Directory
|
Revision Log
|
Revision Graph
Adding a simple wireframe theme.
| 1 | <div class="node<?php print ($sticky) ? " sticky" : ""; ?>"> |
| 2 | <?php if ($page == 0): ?> |
| 3 | <h2><a href="<?php print $node_url ?>" title="<?php print $title ?>"><?php print $title ?></a></h2> |
| 4 | <?php else: ?> |
| 5 | <?php print $picture ?> |
| 6 | <?php if ($submitted): ?> |
| 7 | <em class="info">info: <?php print $submitted ?></em> |
| 8 | <?php endif; ?> |
| 9 | <?php endif; ?> |
| 10 | <div class="content"> |
| 11 | <?php print $content ?> |
| 12 | </div> |
| 13 | <?php if ($links): ?> |
| 14 | <em class="clear links">links: <?php print $links ?></em> |
| 15 | <?php endif; ?> |
| 16 | <?php if ($page == 1): ?> |
| 17 | <em class="clear terms">taxonomy: <?php print $terms ?></em> |
| 18 | <?php endif; ?> |
| 19 | </div> |
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |