drupal/modules/system/box.tpl.php

12 lines
168 B
PHP

<?php
// $Id$
?>
<div class="box">
<?php if ($title): ?>
<h2><?php print $title ?></h2>
<?php endif; ?>
<div class="content"><?php print $content ?></div>
</div>