drupal_theme__dotclear/box.tpl.php
2012-02-26 23:07:01 +01:00

5 lines
172 B
PHP

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