Parent Directory
|
Revision Log
|
Revision Graph
Added cvs headers and styles reviewed for IE.
| 1 | <?php /* $Id$ |
| 2 | CristalX4Drupal Theme |
| 3 | */ |
| 4 | ?> |
| 5 | <div class="box"> |
| 6 | <?php if ($title): ?><h2 class="box-title"><?php print $title ?></h2><?php endif; ?> |
| 7 | |
| 8 | <div class="content"> |
| 9 | <?php print $content ?> |
| 10 | |
| 11 | </div> |
| 12 | </div> |
| 13 | |
| 14 |
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |