drupal/themes/engines/phptemplate/box.tpl.php

7 lines
167 B
PHP

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