Parent Directory
|
Revision Log
|
Revision Graph
submit theme
| 1 | <div class="box"><div class="box-inner"> |
| 2 | |
| 3 | <?php if ($title): ?> |
| 4 | <h2 class="title"><?php print $title; ?></h2> |
| 5 | <?php endif; ?> |
| 6 | |
| 7 | <div class="content"> |
| 8 | <?php print $content; ?> |
| 9 | </div> |
| 10 | |
| 11 | </div></div> <!-- /box-inner, /box --> |
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |