Parent Directory
|
Revision Log
|
Revision Graph
*** empty log message ***
| 1 | <div class="box"> |
| 2 | <?php if ($title): ?> |
| 3 | <h2 class="title"><?php print $title ?></h2> |
| 4 | <?php endif; ?> |
| 5 | <div class="content"><?php print $content ?></div> |
| 6 | </div> |
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |