Parent Directory
|
Revision Log
|
Revision Graph
|
Patch
| revision 1.1, Thu Apr 6 19:56:39 2006 UTC | revision 1.1.2.1, Thu Aug 3 01:04:46 2006 UTC | |
|---|---|---|
| # | Line 20 | Line 20 |
| 20 | <span class="date"><?php print format_date($node->created, $type="large"); ?></span> | <span class="date"><?php print format_date($node->created, $type="large"); ?></span> |
| 21 | </span> | </span> |
| 22 | <?php } ?> | <?php } ?> |
| 23 | <?php if ($terms) { ?> <span class="taxonomy">Tags: <?php print $terms?></span> <? } ?> | <?php if ($terms) { ?> <span class="taxonomy">Tags: <?php print $terms?></span> <?php } ?> |
| 24 | </div> | </div> |
| 25 | <div class="content"> | <div class="content"> |
| 26 | <?php print $content?> | <?php print $content?> |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |