Parent Directory
|
Revision Log
|
Revision Graph
almost finished theme now, considered beta quality, release early Feb
| 1 | <div class="box"> |
| 2 | |
| 3 | <?php if ($title): ?> |
| 4 | <h3><?php print $title ?></h3> |
| 5 | <?php endif; ?> |
| 6 | |
| 7 | <div class="content"><?php print $content ?></div> |
| 8 | </div> |
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |