Parent Directory
|
Revision Log
|
Revision Graph
*** empty log message ***
| 1 | <?php /* |
| 2 | <?php print $picture ?> |
| 3 | <div class="content"> |
| 4 | <?php print $content ?> |
| 5 | </div> |
| 6 | </div> |
| 7 | /**/ ?> |
| 8 | <div class="node <?php print ($sticky) ? " sticky" : ""; ?> "> |
| 9 | <?php |
| 10 | //If this is page that lists nodes |
| 11 | if ($page == 0): ?> |
| 12 | <h1><a href="<?php print $node_url ?> " title=" <?php print $title ?> "> <?php print $title ?> </a></h1> |
| 13 | <?php endif; ?> |
| 14 | <?php print $content ?> |
| 15 | <?php if ($links) print $links ?> |
| 16 | <div class="info"><br/><?php print $submitted ?> <span class="terms"> <?php print $terms ?> </span></div> |
| 17 | </div> |
| 18 | <?php $andreas06_NODE_ROW++;?> |
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |