Parent Directory
|
Revision Log
|
Revision Graph
|
Patch
| revision 1.1, Sat Nov 10 08:29:13 2007 UTC | revision 1.1.2.1, Sun Jan 13 11:44:38 2008 UTC | |
|---|---|---|
| # | Line 9 | Line 9 |
| 9 | <?php print '<h3>' . $title . '</h3>' ?> | <?php print '<h3>' . $title . '</h3>' ?> |
| 10 | <div class="post-entry"> | <div class="post-entry"> |
| 11 | <?php print $content ?> | <?php print $content ?> |
| 12 | <?php if ($signature) { print $signature; } ?> | |
| 13 | </div> | </div> |
| 14 | <div class="clear-block clear"></div> | <div class="clear-block clear"></div> |
| 15 | </div> | </div> |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |