Parent Directory
|
Revision Log
|
Revision Graph
initial commit of RTL theme ports
| 1 | <div class="node<?php if ($sticky) { print " sticky"; } ?><?php if (!$status) { print " node-unpublished"; } ?>"> |
| 2 | <?php if ($page == 0) { ?><a id="news_title_blk1" href="<?php print $node_url?>"><?php print $title?></a><?php }; ?> |
| 3 | <p><?php print $submitted?></p> |
| 4 | <p><?php print $terms?></p> |
| 5 | <div class="content"><?php print $content?></div> |
| 6 | <br class="clear" /> |
| 7 | <?php if ($links) { ?><p>» <?php print $links?></p><?php }; ?> |
| 8 | </div> |
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |