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

5 lines
111 B
PHP

<div class="box">
<h2><?php print $title ?></h2>
<div class="content"><?php print $content ?></div>
</div>