1 2 3 4 5 6 7 8 9 10 11
<?php // $Id$ ?> <div class="box"> <?php if ($title): ?> <h2><?php print $title ?></h2> <?php endif; ?> <div class="content"><?php print $content ?></div> </div>