summaryrefslogtreecommitdiff
path: root/themes/pushbutton/box.tpl.php
blob: 0374ba64fa57f083724d2c27196f20e240dc2722 (plain)
1
2
3
4
5
6
7
8
9
<?php
// $Id$
?>
<div class="box">
  <?php if ($title): ?>
  <h2 class="title"><?php print $title ?></h2>
  <?php endif; ?>
  <div class="content"><?php print $content ?></div>
</div>