Parent Directory
|
Revision Log
|
Revision Graph
Added sticky node highlighting, and modified ordering of node details.
| 1 | <div class="node <?php print ($sticky && $page==0) ? " 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 endif; ?> |
| 5 | <div class="content"> |
| 6 | <?php print $picture ?> |
| 7 | <?php print $content ?> |
| 8 | </div> |
| 9 | <?php if ($picture): ?> |
| 10 | <br class='clear' /> |
| 11 | <?php endif; ?> |
| 12 | <div class="info"> |
| 13 | <?php print $submitted ?> |
| 14 | <?php if($terms): ?> |
| 15 | <span class="terms">categories [ <?php print $terms ?> ]</span> |
| 16 | <?php endif; ?> |
| 17 | <?php if ($links): ?> |
| 18 | <span class="links"> <?php print $links ?> </span> |
| 19 | <?php endif; ?> |
| 20 | </div> |
| 21 | </div> |
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |