Parent Directory
|
Revision Log
|
Revision Graph
Initial commit of the Dark Theme. This theme was originally used by Bartelme Design, and converted to WordPress by iLEMONED.
| 1 | <div class="post-meta"> |
| 2 | <?php if ($submitted) { print '<span class="submitted">' . $submitted . '</span>'; } ?> |
| 3 | <?php if ($taxonomy) { print '<div class="terms">' . $terms . '</div>'; } ?> |
| 4 | <?php if ($links) { print '<div class="post-tags">' . $links . '</div>'; } ?> |
| 5 | </div> |
| 6 | <div class="post-main <?php print $zebra ?>"> |
| 7 | <div id="node-<?php print $node->nid; ?>" class="node<?php if ($sticky) { print ' sticky'; } ?><?php if (!$status) { print ' node-unpublished'; } ?>"> |
| 8 | <?php print $picture ?> |
| 9 | <?php if ($page == 0) { print '<h2><a class="post-title" href="' . $node_url . '" title="' . $title . '">' . $title . '</a></h2>'; } ?> |
| 10 | <div class="post-entry"> |
| 11 | <?php print $content ?> |
| 12 | </div> |
| 13 | <div class="clear-block clear"></div> |
| 14 | </div> |
| 15 | </div> |
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |