Parent Directory
|
Revision Log
|
Revision Graph
NW Goliate One, the big update for the new 3.4 version
| 1 | <?php // $Id: box.tpl.php,v 1.2 2008/08/12 16:44:42 jmburnz Exp $ |
| 2 | /** |
| 3 | * @file box.tpl.php |
| 4 | * |
| 5 | * Theme implementation to display a box. |
| 6 | * |
| 7 | * @see template_preprocess() |
| 8 | */ |
| 9 | ?> |
| 10 | <div class="box"><div class="box-wrapper"> |
| 11 | <?php if ($title): ?> |
| 12 | <h2 class="title"><?php print $title; ?></h2> |
| 13 | <?php endif; ?> |
| 14 | <div class="content"> |
| 15 | <?php print $content; ?> |
| 16 | </div> |
| 17 | </div></div> <!-- /box --> |
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |