Project

General

Profile

Download (241 Bytes) Statistics
| Branch: | Tag: | Revision:
1
<?php
2
// $Id: box.tpl.php,v 1.1 2009/08/25 19:15:43 troy Exp $
3
?>
4
  <div class="box">
5
    <?php if ($title) { ?><h2 class="title"><?php print $title; ?></h2><?php } ?>
6
    <div class="content"><?php print $content; ?></div>
7
 </div>
8

    
(3-3/16)