a66bd27dfff56c7c84c2bbb333f41eef087bd2ea
[plewww.git] / themes / bluemarine / box.tpl.php
1   <div class="box">
2     <?php if ($title) { ?><h2 class="title"><?php print $title; ?></h2><?php } ?>
3     <div class="content"><?php print $content; ?></div>
4  </div>
5