Skip to content
box.tpl.php 172 B
Newer Older
Dmitry's avatar
Dmitry committed
<?php
?>
Dmitry's avatar
Dmitry committed
 <div class="box clear-block">
Dmitry's avatar
Dmitry committed
    <?php if ($title) { ?><h2><?php print $title; ?></h2><?php } ?>
    <div class="content"><?php print $content; ?></div>
 </div>