summaryrefslogtreecommitdiff
path: root/modules/system/box.tpl.php
blob: 338bf8c63facceda35fada3f8442c1521558ce5e (plain)
1
2
3
4
5
6
7
8
9
10
11
<?php
// $Id$
?>
<div class="box">

<?php if ($title): ?>
  <h2><?php print $title ?></h2>
<?php endif; ?>

  <div class="content"><?php print $content ?></div>
</div>