Parent Directory
|
Revision Log
|
Revision Graph
Updating HEAD for 7.x compatibility
| 1 | <?php // $Id: box.tpl.php,v 1.1.2.1 2008/09/05 15:30:24 njt1982 Exp $ ?> |
| 2 | <div class="box"> |
| 3 | <?php if ($title): ?><h2 class="title"><?php print $title ?></h2><?php endif; ?> |
| 4 | <div class="content"><?php print $content ?></div> |
| 5 | </div> |
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |