2007-08-07 08:39:36 +00:00
|
|
|
<?php
|
|
|
|
// $Id$
|
|
|
|
?>
|
2005-05-05 10:58:27 +00:00
|
|
|
<div class="box">
|
2006-02-27 22:39:24 +00:00
|
|
|
<?php if ($title): ?>
|
2005-05-05 10:58:27 +00:00
|
|
|
<h2 class="title"><?php print $title ?></h2>
|
2006-02-27 22:39:24 +00:00
|
|
|
<?php endif; ?>
|
2005-05-05 10:58:27 +00:00
|
|
|
<div class="content"><?php print $content ?></div>
|
|
|
|
</div>
|