Parent Directory
|
Revision Log
|
Revision Graph
Initial upload of Warped theme
| 1 | <div class="node<?php if ($sticky) { print " sticky"; } ?><?php if (!$status) { print " node-unpublished"; } ?>"> |
| 2 | <?php if ($page == 0) { ?><h2 class="title"><a href="<?php print $node_url?>"><?php print $title?></a></h2><?php }; ?> |
| 3 | <div style="float:right"><?php if ($picture) { |
| 4 | print $picture; |
| 5 | }?></div> |
| 6 | <?php if ($terms) { ?><p>Tags: <?php print $terms?></p><?php }; ?> |
| 7 | <div class="content"><?php print $content?></div> |
| 8 | <div class="details"> |
| 9 | Posted on <?php print $date ?> by <?php print $name ?> |
| 10 | <?php if ($links) { ?><br/>» <?php print $links?><?php }; ?> |
| 11 | </div> |
| 12 | </div> |
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |