summaryrefslogtreecommitdiff
path: root/modules/system/box.tpl.php
blob: 84d810cf0a7cf991998092b538b3c473215aa0a4 (plain)
1
2
3
4
5
6
7
8
<div class="box">

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

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