Parent Directory
|
Revision Log
|
Revision Graph
Release of theme Admire-Orange 1.1
| 1 | <?php |
| 2 | // $Id$ |
| 3 | ?> |
| 4 | <div class="node<?php if ($sticky) { print " sticky"; } ?>"> |
| 5 | <?php if ($picture) { |
| 6 | print $picture; |
| 7 | }?> |
| 8 | <?php if ($page == 0) { ?><h2 class="title"><a href="<?php print $node_url?>"><?php print $title?></a></h2><?php }; ?> |
| 9 | <div class="content"> |
| 10 | <?php print $content?> |
| 11 | </div> |
| 12 | <div class="links"> |
| 13 | <?php print $links; ?> |
| 14 | </div> |
| 15 | <?php |
| 16 | if (($submitted) || ($taxonomy)) { |
| 17 | print '<div class="styledbox postinfo">'; |
| 18 | if ($taxonomy) { print $terms; } |
| 19 | if ($submitted) { print $submitted; } |
| 20 | print '</div>'; |
| 21 | } |
| 22 | ?> |
| 23 | </div> |
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |