summaryrefslogtreecommitdiff
path: root/themes/engines/phptemplate/box.tpl.php
blob: 56667e76753b56f199f70df3ce864c87287d6a5e (plain)
1
2
3
4
5
6
<div class="box">
  <?php if ($title): ?>
  <h2 class="title"><?php print $title ?></h2>
  <?php endif; ?>
  <div class="content"><?php print $content ?></div>
</div>