Parent Directory
|
Revision Log
|
Revision Graph
Initial commit for the Democratica theme by Chris Messina.
| 1 | <div class="comment <?php print ($comment->new) ? 'comment-new' : '' ?>"> |
| 2 | <?php if ($comment->new) : ?> |
| 3 | <a id="new"></a> |
| 4 | <span class="new"><?php print $new ?></span> |
| 5 | <?php endif; ?> |
| 6 | |
| 7 | <div class="title"><?php print $title ?></div> |
| 8 | <div class="content"> |
| 9 | <?php if ($picture) : ?> |
| 10 | <div class="user-picture"> |
| 11 | <?php print $picture ?> |
| 12 | </div> |
| 13 | <?php endif; ?> |
| 14 | <?php print $content ?> |
| 15 | </div> |
| 16 | <?php if ($picture) : ?> |
| 17 | <br class="clear" /> |
| 18 | <?php endif; ?> |
| 19 | <div class="author"> |
| 20 | <?php print $submitted; ?> |
| 21 | </div> |
| 22 | <div class="links"> |
| 23 | <?php print $links ?> |
| 24 | </div> |
| 25 | </div> |
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |