source: themes/townsvilleforums/box.tpl.php @ 77

Revision 77, 166 bytes checked in by nigel, 5 years ago (diff)
Line 
1<div class="box">
2  <?php if ($title): ?>
3  <h2 class="title"><?php print $title ?></h2>
4  <?php endif; ?>
5  <div class="content"><?php print $content ?></div>
6</div>
Note: See TracBrowser for help on using the repository browser.